Html Css Color HEX #CAA8C6 Lilac

📋 copy color: '#CAA8C6'

red 202 ◦ green 168 ◦ blue 198

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

Shades of Lilac #CAA8C6

Tints of Lilac #CAA8C6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.58%

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

R = 35.56%
G = 29.58%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAA8C6 (or 0xCAA8C6) is known color: Lilac. HEX triplet: CA, A8 and C6. RGB value is (202,168,198). Sum of RGB (Red+Green+Blue) = 202+168+198=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C6 is #355739. Grayscale: #B5B5B5. Windows color (decimal): -3495738 or 13019338. OLE color: 13019338.

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

Color convert

RGB 202 168 198 -
CMYK 0 0.17 0.02 0.21
HSL 307.06º 0.24% 0.73% -
HSV(B) 307.06º 0.17% 0.79% -
XYZ 48.55 44.64 59.48 -
YUV 181.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 202 168 198 0 0.17 0.02 0.21 307.06 0.24 0.73
Hex CA A8 C6 0 11 2 15 133 18 49
Octal 312 250 306 0 21 2 25 463 30 111
Binary 11001010 10101000 11000110 0 10001 10 10101 100110011 11000 1001001

Color Harmonies of #CAA8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8C6

Black with #CAA8C6

Text Example


Text Example

White with #CAA8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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