#CAAA9F

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

Shades of Eunry #CAAA9F

Tints of Eunry #CAAA9F

Color information

#CAAA9F (or 0xCAAA9F) is unknown color: approx Eunry. HEX triplet: CA, AA and 9F. RGB value is (202,170,159). Sum of RGB (Red+Green+Blue) = 202+170+159=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA9F is #355560. Grayscale: #B2B2B2. Windows color (decimal): -3495265 or 10463946. OLE color: 10463946.

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

Color convert

RGB202170159-
CMYK00.160.210.21
HSL15.35º28.86%70.78%-
HSV(B)15.35º21.29%79.22%-
XYZ44.9943.8138.89-
YUV178.31117.1144.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=38.04%
G=32.02%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217015900.160.210.2115.3528.8670.78
HexCAAA9F0101515f1d47
Octal31225223702025251735107
Binary11001010101010101001111101000010101101011111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA9F; }

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

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

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

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

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

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

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

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