#CBACCA

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

Shades of Lilac #CBACCA

Tints of Lilac #CBACCA

Color information

#CBACCA (or 0xCBACCA) is unknown color: approx Lilac. HEX triplet: CB, AC and CA. RGB value is (203,172,202). Sum of RGB (Red+Green+Blue) = 203+172+202=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACCA is #345335. Grayscale: #B8B8B8. Windows color (decimal): -3429174 or 13282507. OLE color: 13282507.

HSL color Cylindrical-coordinate representation of color #CBACCA: hue angle of 301.94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACCA is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203172202-
CMYK00.150.000.20
HSL301.94º22.96%73.53%-
HSV(B)301.94º15.27%79.61%-
XYZ50.0446.4762.21-
YUV184.69137.77141.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=35.18%
G=29.81%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317220200.150.000.20301.9422.9673.53
HexCBACCA0F01412e174a
Octal31325431201702445627112
Binary11001011101011001100101001111010100100101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACCA; }

 p { color: rgb(203,172,202); }

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

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

 a { background-color: rgb(203,172,202); }

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

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

 span { border-color: rgb(203,172,202); }

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