#CAA59A

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

Shades of Eunry #CAA59A

Tints of Eunry #CAA59A

Color information

#CAA59A (or 0xCAA59A) is unknown color: approx Eunry. HEX triplet: CA, A5 and 9A. RGB value is (202,165,154). Sum of RGB (Red+Green+Blue) = 202+165+154=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA59A is #355A65. Grayscale: #AEAEAE. Windows color (decimal): -3496550 or 10134986. OLE color: 10134986.

HSL color Cylindrical-coordinate representation of color #CAA59A: hue angle of 13.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA59A is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202165154-
CMYK00.180.240.21
HSL13.75º31.17%69.8%-
HSV(B)13.75º23.76%79.22%-
XYZ43.6441.836.34-
YUV174.81116.26147.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=38.77%
G=31.67%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216515400.180.240.2113.7531.1769.8
HexCAA59A0121815e1f46
Octal31224523202230251637106
Binary11001010101001011001101001001011000101011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA59A; }

 p { color: rgb(202,165,154); }

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

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

 a { background-color: rgb(202,165,154); }

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

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

 span { border-color: rgb(202,165,154); }

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