#CBA9C5

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

Shades of Lilac #CBA9C5

Tints of Lilac #CBA9C5

Color information

#CBA9C5 (or 0xCBA9C5) is unknown color: approx Lilac. HEX triplet: CB, A9 and C5. RGB value is (203,169,197). Sum of RGB (Red+Green+Blue) = 203+169+197=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9C5 is #34563A. Grayscale: #B6B6B6. Windows color (decimal): -3429947 or 12954059. OLE color: 12954059.

HSL color Cylindrical-coordinate representation of color #CBA9C5: hue angle of 310.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9C5 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203169197-
CMYK00.170.030.20
HSL310.59º24.64%72.94%-
HSV(B)310.59º16.75%79.61%-
XYZ48.8945.158.95-
YUV182.36136.26142.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=35.68%
G=29.70%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316919700.170.030.20310.5924.6472.94
HexCBA9C50113141371949
Octal31325130502132446731111
Binary1100101110101001110001010100011110100100110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9C5; }

 p { color: rgb(203,169,197); }

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

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

 a { background-color: rgb(203,169,197); }

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

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

 span { border-color: rgb(203,169,197); }

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