Html Css Color HEX #CAA8B4 Lily

📋 copy color: '#CAA8B4'

red 202 ◦ green 168 ◦ blue 180

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

Shades of Lily #CAA8B4

Tints of Lily #CAA8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.73%

R = 36.73%
G = 30.55%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CAA8B4 (or 0xCAA8B4) is known color: Lily. HEX triplet: CA, A8 and B4. RGB value is (202,168,180). Sum of RGB (Red+Green+Blue) = 202+168+180=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8B4 is #35574B. Grayscale: #B3B3B3. Windows color (decimal): -3495756 or 11839690. OLE color: 11839690.

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

Color convert

RGB 202 168 180 -
CMYK 0 0.17 0.11 0.21
HSL 338.82º 0.24% 0.73% -
HSV(B) 338.82º 0.17% 0.79% -
XYZ 46.6 43.86 49.19 -
YUV 179.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 202 168 180 0 0.17 0.11 0.21 338.82 0.24 0.73
Hex CA A8 B4 0 11 B 15 153 18 49
Octal 312 250 264 0 21 13 25 523 30 111
Binary 11001010 10101000 10110100 0 10001 1011 10101 101010011 11000 1001001

Color Harmonies of #CAA8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8B4

Black with #CAA8B4

Text Example


Text Example

White with #CAA8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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