#CF798E

Color #CF798E Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CF798E

Tints of Charm #CF798E

Color information

#CF798E (or 0xCF798E) is unknown color: approx Charm. HEX triplet: CF, 79 and 8E. RGB value is (207,121,142). Sum of RGB (Red+Green+Blue) = 207+121+142=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF798E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF798E is #308671. Grayscale: #959595. Windows color (decimal): -3180146 or 9337295. OLE color: 9337295.

HSL color Cylindrical-coordinate representation of color #CF798E: hue angle of 345.35º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF798E is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207121142-
CMYK00.420.310.19
HSL345.35º47.25%64.31%-
HSV(B)345.35º41.55%81.18%-
XYZ37.4528.8929.19-
YUV149.11123.99169.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=44.04%
G=25.74%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712114200.420.310.19345.3547.2564.31
HexCF798E02A1F131592f40
Octal317171216052372353157100
Binary11001111111100110001110010101011111100111010110011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF798E; }

 p { color: rgb(207,121,142); }

 H1.HeaderClassName
 {
   color: #CF798E;
 }
 .AnyTagClassName
 {
   color: #CF798E;
 }
</style>
background-color css

<style>
 a { background-color: #CF798E; }

 a { background-color: rgb(207,121,142); }

 div.DivClassName
 {
   background-color: #CF798E;
 }
 .BgClassName
 {
   background-color: #CF798E;
 }
</style>
border-color css

<style>
 span { border-color: #CF798E; }

 span { border-color: rgb(207,121,142); }

 td.TdClassName
 {
   border-color: #CF798E;
 }
 .TagClassName
 {
   border-color: #CF798E;
 }
</style>