Html Css Color HEX #CAA8C8 Lilac

📋 copy color: '#CAA8C8'

red 202 ◦ green 168 ◦ blue 200

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

Shades of Lilac #CAA8C8

Tints of Lilac #CAA8C8

RGB

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

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

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

R = 35.44%
G = 29.47%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CAA8C8 (or 0xCAA8C8) is known color: Lilac. HEX triplet: CA, A8 and C8. RGB value is (202,168,200). Sum of RGB (Red+Green+Blue) = 202+168+200=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C8 is #355737. Grayscale: #B5B5B5. Windows color (decimal): -3495736 or 13150410. OLE color: 13150410.

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

Color convert

RGB 202 168 200 -
CMYK 0 0.17 0.01 0.21
HSL 303.53º 0.24% 0.73% -
HSV(B) 303.53º 0.17% 0.79% -
XYZ 48.79 44.73 60.71 -
YUV 181.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 202 168 200 0 0.17 0.01 0.21 303.53 0.24 0.73
Hex CA A8 C8 0 11 1 15 130 18 49
Octal 312 250 310 0 21 1 25 460 30 111
Binary 11001010 10101000 11001000 0 10001 1 10101 100110000 11000 1001001

Color Harmonies of #CAA8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8C8

Black with #CAA8C8

Text Example


Text Example

White with #CAA8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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