#CB99C9

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

Shades of Lilac #CB99C9

Tints of Lilac #CB99C9

Color information

#CB99C9 (or 0xCB99C9) is unknown color: approx Lilac. HEX triplet: CB, 99 and C9. RGB value is (203,153,201). Sum of RGB (Red+Green+Blue) = 203+153+201=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99C9 is #346636. Grayscale: #ADADAD. Windows color (decimal): -3434039 or 13212107. OLE color: 13212107.

HSL color Cylindrical-coordinate representation of color #CB99C9: hue angle of 302.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB99C9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB203153201-
CMYK00.250.010.20
HSL302.4º32.47%69.8%-
HSV(B)302.4º24.63%79.61%-
XYZ46.5639.760.47-
YUV173.42143.56149.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=36.45%
G=27.47%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315320100.250.010.20302.432.4769.8
HexCB99C901911412e2046
Octal31323131103112445640106
Binary1100101110011001110010010110011101001001011101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99C9; }

 p { color: rgb(203,153,201); }

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

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

 a { background-color: rgb(203,153,201); }

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

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

 span { border-color: rgb(203,153,201); }

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