#CAA7B7

Color #CAA7B7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CAA7B7

Tints of Lily #CAA7B7

Color information

#CAA7B7 (or 0xCAA7B7) is unknown color: approx Lily. HEX triplet: CA, A7 and B7. RGB value is (202,167,183). Sum of RGB (Red+Green+Blue) = 202+167+183=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7B7 is #355848. Grayscale: #B3B3B3. Windows color (decimal): -3496009 or 12036042. OLE color: 12036042.

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

Color convert

RGB202167183-
CMYK00.170.090.21
HSL332.57º24.82%72.35%-
HSV(B)332.57º17.33%79.22%-
XYZ46.7243.6150.76-
YUV179.29130.1144.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=36.59%
G=30.25%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216718300.170.090.21332.5724.8272.35
HexCAA7B701191514d1948
Octal312247267021112551531110
Binary110010101010011110110111010001100110101101001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7B7; }

 p { color: rgb(202,167,183); }

 H1.HeaderClassName
 {
   color: #CAA7B7;
 }
 .AnyTagClassName
 {
   color: #CAA7B7;
 }
</style>
background-color css

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

 a { background-color: rgb(202,167,183); }

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

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

 span { border-color: rgb(202,167,183); }

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