#C999CB

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

Shades of Lilac #C999CB

Tints of Lilac #C999CB

Color information

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

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

Color convert

RGB201153203-
CMYK0.010.2500.20
HSL297.6º32.47%69.8%-
HSV(B)297.6º24.63%79.61%-
XYZ46.2639.5161.69-
YUV173.05144.9147.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011532030.010.2500.20297.632.4769.8
HexC999CB11901412a2046
Octal31123131313102445240106
Binary1100100110011001110010111110010101001001010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999CB; }

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

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

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

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

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

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

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

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