#CF9AC6

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

Shades of Lilac #CF9AC6

Tints of Lilac #CF9AC6

Color information

#CF9AC6 (or 0xCF9AC6) is unknown color: approx Lilac. HEX triplet: CF, 9A and C6. RGB value is (207,154,198). Sum of RGB (Red+Green+Blue) = 207+154+198=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9AC6 is #306539. Grayscale: #AEAEAE. Windows color (decimal): -3171642 or 13015759. OLE color: 13015759.

HSL color Cylindrical-coordinate representation of color #CF9AC6: hue angle of 310.19º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9AC6 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB207154198-
CMYK00.260.040.19
HSL310.19º35.57%70.78%-
HSV(B)310.19º25.6%81.18%-
XYZ47.4840.4558.73-
YUV174.86141.06150.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=37.03%
G=27.55%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715419800.260.040.19310.1935.5770.78
HexCF9AC601A4131362447
Octal31723230603242346644107
Binary110011111001101011000110011010100100111001101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AC6; }

 p { color: rgb(207,154,198); }

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

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

 a { background-color: rgb(207,154,198); }

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

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

 span { border-color: rgb(207,154,198); }

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