Html Css Color HEX #CAB0C8 Lilac

📋 copy color: '#CAB0C8'

red 202 ◦ green 176 ◦ blue 200

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

Shades of Lilac #CAB0C8

Tints of Lilac #CAB0C8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.45%

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

R = 34.95%
G = 30.45%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CAB0C8 (or 0xCAB0C8) is known color: Lilac. HEX triplet: CA, B0 and C8. RGB value is (202,176,200). Sum of RGB (Red+Green+Blue) = 202+176+200=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0C8 is #354F37. Grayscale: #BABABA. Windows color (decimal): -3493688 or 13152458. OLE color: 13152458.

HSL color Cylindrical-coordinate representation of color #CAB0C8: hue angle of 304.62º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB0C8 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 176 200 -
CMYK 0 0.13 0.01 0.21
HSL 304.62º 0.2% 0.74% -
HSV(B) 304.62º 0.13% 0.79% -
XYZ 50.31 47.78 61.21 -
YUV 186.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 202 176 200 0 0.13 0.01 0.21 304.62 0.2 0.74
Hex CA B0 C8 0 D 1 15 131 14 4A
Octal 312 260 310 0 15 1 25 461 24 112
Binary 11001010 10110000 11001000 0 1101 1 10101 100110001 10100 1001010

Color Harmonies of #CAB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0C8

Black with #CAB0C8

Text Example


Text Example

White with #CAB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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