Html Css Color HEX #CAABC6 Lilac

📋 copy color: '#CAABC6'

red 202 ◦ green 171 ◦ blue 198

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

Shades of Lilac #CAABC6

Tints of Lilac #CAABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.95%

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 35.38%
G = 29.95%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAABC6 (or 0xCAABC6) is known color: Lilac. HEX triplet: CA, AB and C6. RGB value is (202,171,198). Sum of RGB (Red+Green+Blue) = 202+171+198=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABC6 is #355439. Grayscale: #B7B7B7. Windows color (decimal): -3494970 or 13020106. OLE color: 13020106.

HSL color Cylindrical-coordinate representation of color #CAABC6: hue angle of 307.74º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAABC6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 171 198 -
CMYK 0 0.15 0.02 0.21
HSL 307.74º 0.23% 0.73% -
HSV(B) 307.74º 0.15% 0.79% -
XYZ 49.11 45.76 59.67 -
YUV 183.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 202 171 198 0 0.15 0.02 0.21 307.74 0.23 0.73
Hex CA AB C6 0 F 2 15 134 17 49
Octal 312 253 306 0 17 2 25 464 27 111
Binary 11001010 10101011 11000110 0 1111 10 10101 100110100 10111 1001001

Color Harmonies of #CAABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABC6

Black with #CAABC6

Text Example


Text Example

White with #CAABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABC6; }

 p { color: rgb(202,171,198); }

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

background-color css

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

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

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

border-color css

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

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

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