Html Css Color HEX #CAA9B8 Lily

📋 copy color: '#CAA9B8'

red 202 ◦ green 169 ◦ blue 184

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

Shades of Lily #CAA9B8

Tints of Lily #CAA9B8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.45%

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 36.4%
G = 30.45%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CAA9B8 (or 0xCAA9B8) is known color: Lily. HEX triplet: CA, A9 and B8. RGB value is (202,169,184). Sum of RGB (Red+Green+Blue) = 202+169+184=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9B8 is #355647. Grayscale: #B4B4B4. Windows color (decimal): -3495496 or 12102090. OLE color: 12102090.

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

Color convert

RGB 202 169 184 -
CMYK 0 0.16 0.09 0.21
HSL 332.73º 0.24% 0.73% -
HSV(B) 332.73º 0.16% 0.79% -
XYZ 47.2 44.39 51.43 -
YUV 180.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 202 169 184 0 0.16 0.09 0.21 332.73 0.24 0.73
Hex CA A9 B8 0 10 9 15 14D 18 49
Octal 312 251 270 0 20 11 25 515 30 111
Binary 11001010 10101001 10111000 0 10000 1001 10101 101001101 11000 1001001

Color Harmonies of #CAA9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9B8

Black with #CAA9B8

Text Example


Text Example

White with #CAA9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9B8; }

 p { color: rgb(202,169,184); }

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

background-color css

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

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

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

border-color css

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

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

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