Html Css Color HEX #CAA8B9 Lily

📋 copy color: '#CAA8B9'

red 202 ◦ green 168 ◦ blue 185

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

Shades of Lily #CAA8B9

Tints of Lily #CAA8B9

RGB

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

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

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

R = 36.4%
G = 30.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAA8B9 (or 0xCAA8B9) is known color: Lily. HEX triplet: CA, A8 and B9. RGB value is (202,168,185). Sum of RGB (Red+Green+Blue) = 202+168+185=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8B9 is #355746. Grayscale: #B4B4B4. Windows color (decimal): -3495751 or 12167370. OLE color: 12167370.

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

Color convert

RGB 202 168 185 -
CMYK 0 0.17 0.08 0.21
HSL 330º 0.24% 0.73% -
HSV(B) 330º 0.17% 0.79% -
XYZ 47.12 44.06 51.92 -
YUV 180.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 202 168 185 0 0.17 0.08 0.21 330 0.24 0.73
Hex CA A8 B9 0 11 8 15 14A 18 49
Octal 312 250 271 0 21 10 25 512 30 111
Binary 11001010 10101000 10111001 0 10001 1000 10101 101001010 11000 1001001

Color Harmonies of #CAA8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8B9

Black with #CAA8B9

Text Example


Text Example

White with #CAA8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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