Html Css Color HEX #CAAAB9 Lily

📋 copy color: '#CAAAB9'

red 202 ◦ green 170 ◦ blue 185

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

Shades of Lily #CAAAB9

Tints of Lily #CAAAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 36.27%
G = 30.52%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAAAB9 (or 0xCAAAB9) is known color: Lily. HEX triplet: CA, AA and B9. RGB value is (202,170,185). Sum of RGB (Red+Green+Blue) = 202+170+185=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB9 is #355546. Grayscale: #B5B5B5. Windows color (decimal): -3495239 or 12167882. OLE color: 12167882.

HSL color Cylindrical-coordinate representation of color #CAAAB9: hue angle of 331.88º degrees, saturation: 0.23, 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 #CAAAB9 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 170 185 -
CMYK 0 0.16 0.08 0.21
HSL 331.88º 0.23% 0.73% -
HSV(B) 331.88º 0.16% 0.79% -
XYZ 47.49 44.81 52.04 -
YUV 181.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 202 170 185 0 0.16 0.08 0.21 331.88 0.23 0.73
Hex CA AA B9 0 10 8 15 14C 17 49
Octal 312 252 271 0 20 10 25 514 27 111
Binary 11001010 10101010 10111001 0 10000 1000 10101 101001100 10111 1001001

Color Harmonies of #CAAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAB9

Black with #CAAAB9

Text Example


Text Example

White with #CAAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAB9; }

 p { color: rgb(202,170,185); }

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

background-color css

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

 a { background-color: rgb(202,170,185); }

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

border-color css

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

 span { border-color: rgb(202,170,185); }

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