Html Css Color HEX #CBA6CC Lilac

📋 copy color: '#CBA6CC'

red 203 ◦ green 166 ◦ blue 204

#CBA6CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CBA6CC

Tints of Lilac #CBA6CC

RGB

 RED value IS 203 (79.69% from 255) = 35.43%

 GREEN value IS 166 (65.23% from 255) = 28.97%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 35.43%
G = 28.97%
B = 35.6%

CMYK

 C value IS 0.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBA6CC (or 0xCBA6CC) is known color: Lilac. HEX triplet: CB, A6 and CC. RGB value is (203,166,204). Sum of RGB (Red+Green+Blue) = 203+166+204=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CC is #345933. Grayscale: #B5B5B5. Windows color (decimal): -3430708 or 13412043. OLE color: 13412043.

HSL color Cylindrical-coordinate representation of color #CBA6CC: hue angle of 298.42º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA6CC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 166 204 -
CMYK 0.00 0.19 0 0.2
HSL 298.42º 0.27% 0.73% -
HSV(B) 298.42º 0.19% 0.8% -
XYZ 49.16 44.33 63.09 -
YUV 181.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 203 166 204 0.00 0.19 0 0.2 298.42 0.27 0.73
Hex CB A6 CC 0 13 0 14 12A 1B 49
Octal 313 246 314 0 23 0 24 452 33 111
Binary 11001011 10100110 11001100 0 10011 0 10100 100101010 11011 1001001

Color Harmonies of #CBA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6CC

Black with #CBA6CC

Text Example


Text Example

White with #CBA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6CC; }

 p { color: rgb(203,166,204); }

 H1.HeaderClassName
 {
   color: #CBA6CC;
 }
 .AnyTagClassName
 {
   color: #CBA6CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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