#C099BF

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

Shades of Lilac #C099BF

Tints of Lilac #C099BF

Color information

#C099BF (or 0xC099BF) is unknown color: approx Lilac. HEX triplet: C0, 99 and BF. RGB value is (192,153,191). Sum of RGB (Red+Green+Blue) = 192+153+191=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C099BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099BF is #3F6640. Grayscale: #A8A8A8. Windows color (decimal): -4154945 or 12556736. OLE color: 12556736.

HSL color Cylindrical-coordinate representation of color #C099BF: hue angle of 301.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099BF is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192153191-
CMYK00.200.010.25
HSL301.54º23.64%67.65%-
HSV(B)301.54º20.31%75.29%-
XYZ42.5337.7554.34-
YUV168.99140.42144.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 191 (75% from 255) = 35.63%
R=35.82%
G=28.54%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215319100.200.010.25301.5423.6467.65
HexC099BF01411912e1844
Octal30023127702413145630104
Binary110000001001100110111111010100111001100101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099BF; }

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

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

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

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

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

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

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

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