Html Css Color HEX #CAB0CA Lilac

📋 copy color: '#CAB0CA'

red 202 ◦ green 176 ◦ blue 202

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

Shades of Lilac #CAB0CA

Tints of Lilac #CAB0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.83%

R = 34.83%
G = 30.34%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAB0CA (or 0xCAB0CA) is known color: Lilac. HEX triplet: CA, B0 and CA. RGB value is (202,176,202). Sum of RGB (Red+Green+Blue) = 202+176+202=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0CA is #354F35. Grayscale: #BABABA. Windows color (decimal): -3493686 or 13283530. OLE color: 13283530.

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

Color convert

RGB 202 176 202 -
CMYK 0 0.13 0 0.21
HSL 300º 0.2% 0.74% -
HSV(B) 300º 0.13% 0.79% -
XYZ 50.54 47.87 62.45 -
YUV 186.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 202 176 202 0 0.13 0 0.21 300 0.2 0.74
Hex CA B0 CA 0 D 0 15 12C 14 4A
Octal 312 260 312 0 15 0 25 454 24 112
Binary 11001010 10110000 11001010 0 1101 0 10101 100101100 10100 1001010

Color Harmonies of #CAB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0CA

Black with #CAB0CA

Text Example


Text Example

White with #CAB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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