#CB9AC1

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

Shades of Lilac #CB9AC1

Tints of Lilac #CB9AC1

Color information

#CB9AC1 (or 0xCB9AC1) is unknown color: approx Lilac. HEX triplet: CB, 9A and C1. RGB value is (203,154,193). Sum of RGB (Red+Green+Blue) = 203+154+193=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9AC1 is #34653E. Grayscale: #ACACAC. Windows color (decimal): -3433791 or 12688075. OLE color: 12688075.

HSL color Cylindrical-coordinate representation of color #CB9AC1: hue angle of 312.24º 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 #CB9AC1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203154193-
CMYK00.240.050.20
HSL312.24º32.03%70%-
HSV(B)312.24º24.14%79.61%-
XYZ45.8139.6655.69-
YUV173.1139.23149.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=36.91%
G=28%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315419300.240.050.20312.2432.0370
HexCB9AC10185141382046
Octal31323230103052447040106
Binary110010111001101011000001011000101101001001110001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AC1; }

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

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

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

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

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

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

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

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