#CBA7C6

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

Shades of Lilac #CBA7C6

Tints of Lilac #CBA7C6

Color information

#CBA7C6 (or 0xCBA7C6) is unknown color: approx Lilac. HEX triplet: CB, A7 and C6. RGB value is (203,167,198). Sum of RGB (Red+Green+Blue) = 203+167+198=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7C6 is #345839. Grayscale: #B5B5B5. Windows color (decimal): -3430458 or 13019083. OLE color: 13019083.

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

Color convert

RGB203167198-
CMYK00.180.020.20
HSL308.33º25.71%72.55%-
HSV(B)308.33º17.73%79.61%-
XYZ48.6444.4159.43-
YUV181.3137.43143.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=35.74%
G=29.40%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316719800.180.020.20308.3325.7172.55
HexCBA7C60122141341a49
Octal31324730602222446432111
Binary1100101110100111110001100100101010100100110100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7C6; }

 p { color: rgb(203,167,198); }

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

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

 a { background-color: rgb(203,167,198); }

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

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

 span { border-color: rgb(203,167,198); }

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