#CB99C6

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

Shades of Lilac #CB99C6

Tints of Lilac #CB99C6

Color information

#CB99C6 (or 0xCB99C6) is unknown color: approx Lilac. HEX triplet: CB, 99 and C6. RGB value is (203,153,198). Sum of RGB (Red+Green+Blue) = 203+153+198=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99C6 is #346639. Grayscale: #ACACAC. Windows color (decimal): -3434042 or 13015499. OLE color: 13015499.

HSL color Cylindrical-coordinate representation of color #CB99C6: hue angle of 306º 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 #CB99C6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203153198-
CMYK00.250.020.20
HSL306º32.47%69.8%-
HSV(B)306º24.63%79.61%-
XYZ46.2139.5658.63-
YUV173.08142.06149.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=36.64%
G=27.62%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315319800.250.020.2030632.4769.8
HexCB99C60192141322046
Octal31323130603122446240106
Binary11001011100110011100011001100110101001001100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99C6; }

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

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

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

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

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

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

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

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