Html Css Color HEX #CAB6C8 Lilac

📋 copy color: '#CAB6C8'

red 202 ◦ green 182 ◦ blue 200

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

Shades of Lilac #CAB6C8

Tints of Lilac #CAB6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 34.59%
G = 31.16%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CAB6C8 (or 0xCAB6C8) is known color: Lilac. HEX triplet: CA, B6 and C8. RGB value is (202,182,200). Sum of RGB (Red+Green+Blue) = 202+182+200=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6C8 is #354937. Grayscale: #BDBDBD. Windows color (decimal): -3492152 or 13153994. OLE color: 13153994.

HSL color Cylindrical-coordinate representation of color #CAB6C8: hue angle of 306º 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 #CAB6C8 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 200 -
CMYK 0 0.10 0.01 0.21
HSL 306º 0.16% 0.75% -
HSV(B) 306º 0.1% 0.79% -
XYZ 51.51 50.18 61.61 -
YUV 190.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 202 182 200 0 0.10 0.01 0.21 306 0.16 0.75
Hex CA B6 C8 0 A 1 15 132 10 4B
Octal 312 266 310 0 12 1 25 462 20 113
Binary 11001010 10110110 11001000 0 1010 1 10101 100110010 10000 1001011

Color Harmonies of #CAB6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6C8

Black with #CAB6C8

Text Example


Text Example

White with #CAB6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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