#CB9ACB

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

Shades of Lilac #CB9ACB

Tints of Lilac #CB9ACB

Color information

#CB9ACB (or 0xCB9ACB) is unknown color: approx Lilac. HEX triplet: CB, 9A and CB. RGB value is (203,154,203). Sum of RGB (Red+Green+Blue) = 203+154+203=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ACB is #346534. Grayscale: #AEAEAE. Windows color (decimal): -3433781 or 13343435. OLE color: 13343435.

HSL color Cylindrical-coordinate representation of color #CB9ACB: hue angle of 300º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9ACB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203154203-
CMYK00.2400.20
HSL300º32.03%70%-
HSV(B)300º24.14%79.61%-
XYZ46.9640.1261.77-
YUV174.24144.23148.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=36.25%
G=27.5%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315420300.2400.2030032.0370
HexCB9ACB01801412c2046
Octal31323231303002445440106
Binary1100101110011010110010110110000101001001011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ACB; }

 p { color: rgb(203,154,203); }

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

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

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

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

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

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

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