#C999BF

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

Shades of Lilac #C999BF

Tints of Lilac #C999BF

Color information

#C999BF (or 0xC999BF) is unknown color: approx Lilac. HEX triplet: C9, 99 and BF. RGB value is (201,153,191). Sum of RGB (Red+Green+Blue) = 201+153+191=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C999BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999BF is #366640. Grayscale: #ABABAB. Windows color (decimal): -3565121 or 12556745. OLE color: 12556745.

HSL color Cylindrical-coordinate representation of color #C999BF: hue angle of 312.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999BF is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201153191-
CMYK00.240.050.21
HSL312.5º30.77%69.41%-
HSV(B)312.5º23.88%78.82%-
XYZ44.8838.9654.44-
YUV171.68138.9148.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 191 (75% from 255) = 35.05%
R=36.88%
G=28.07%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115319100.240.050.21312.530.7769.41
HexC999BF0185151381f45
Octal31123127703052547037105
Binary11001001100110011011111101100010110101100111000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999BF; }

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

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

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

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

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

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

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

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