#C99BCB

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

Shades of Lilac #C99BCB

Tints of Lilac #C99BCB

Color information

#C99BCB (or 0xC99BCB) is unknown color: approx Lilac. HEX triplet: C9, 9B and CB. RGB value is (201,155,203). Sum of RGB (Red+Green+Blue) = 201+155+203=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCB is #366434. Grayscale: #AEAEAE. Windows color (decimal): -3564597 or 13343689. OLE color: 13343689.

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

Color convert

RGB201155203-
CMYK0.010.2400.20
HSL297.5º31.58%70.2%-
HSV(B)297.5º23.65%79.61%-
XYZ46.5940.1761.8-
YUV174.23144.24147.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=35.96%
G=27.73%
B=36.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011552030.010.2400.20297.531.5870.2
HexC99BCB11801412a2046
Octal31123331313002445240106
Binary1100100110011011110010111110000101001001010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BCB; }

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

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

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

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

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

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

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

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