Html Css Color HEX #CAA0AF Lily

📋 copy color: '#CAA0AF'

red 202 ◦ green 160 ◦ blue 175

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

Shades of Lily #CAA0AF

Tints of Lily #CAA0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.8%

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 37.62%
G = 29.8%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CAA0AF (or 0xCAA0AF) is known color: Lily. HEX triplet: CA, A0 and AF. RGB value is (202,160,175). Sum of RGB (Red+Green+Blue) = 202+160+175=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0AF is #355F50. Grayscale: #AEAEAE. Windows color (decimal): -3497809 or 11509962. OLE color: 11509962.

HSL color Cylindrical-coordinate representation of color #CAA0AF: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0AF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 175 -
CMYK 0 0.21 0.13 0.21
HSL 338.57º 0.28% 0.71% -
HSV(B) 338.57º 0.21% 0.79% -
XYZ 44.67 40.79 46.08 -
YUV 174.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 202 160 175 0 0.21 0.13 0.21 338.57 0.28 0.71
Hex CA A0 AF 0 15 D 15 153 1C 47
Octal 312 240 257 0 25 15 25 523 34 107
Binary 11001010 10100000 10101111 0 10101 1101 10101 101010011 11100 1000111

Color Harmonies of #CAA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0AF

Black with #CAA0AF

Text Example


Text Example

White with #CAA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA0AF; }

 p { color: rgb(202,160,175); }

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

background-color css

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

 a { background-color: rgb(202,160,175); }

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

border-color css

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

 span { border-color: rgb(202,160,175); }

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