Html Css Color HEX #CAB6C9 Lilac

📋 copy color: '#CAB6C9'

red 202 ◦ green 182 ◦ blue 201

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

Shades of Lilac #CAB6C9

Tints of Lilac #CAB6C9

RGB

 RED value IS 202 (79.3% from 255) = 34.53%

 GREEN value IS 182 (71.48% from 255) = 31.11%

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 34.53%
G = 31.11%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CAB6C9 (or 0xCAB6C9) is known color: Lilac. HEX triplet: CA, B6 and C9. RGB value is (202,182,201). Sum of RGB (Red+Green+Blue) = 202+182+201=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6C9 is #354936. Grayscale: #BEBEBE. Windows color (decimal): -3492151 or 13219530. OLE color: 13219530.

HSL color Cylindrical-coordinate representation of color #CAB6C9: hue angle of 303º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6C9 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 201 -
CMYK 0 0.10 0.00 0.21
HSL 303º 0.16% 0.75% -
HSV(B) 303º 0.1% 0.79% -
XYZ 51.63 50.23 62.23 -
YUV 190.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 202 182 201 0 0.10 0.00 0.21 303 0.16 0.75
Hex CA B6 C9 0 A 0 15 12F 10 4B
Octal 312 266 311 0 12 0 25 457 20 113
Binary 11001010 10110110 11001001 0 1010 0 10101 100101111 10000 1001011

Color Harmonies of #CAB6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6C9

Black with #CAB6C9

Text Example


Text Example

White with #CAB6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6C9; }

 p { color: rgb(202,182,201); }

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

background-color css

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

 a { background-color: rgb(202,182,201); }

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

border-color css

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

 span { border-color: rgb(202,182,201); }

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