#CAA89A

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

Shades of Eunry #CAA89A

Tints of Eunry #CAA89A

Color information

#CAA89A (or 0xCAA89A) is unknown color: approx Eunry. HEX triplet: CA, A8 and 9A. RGB value is (202,168,154). Sum of RGB (Red+Green+Blue) = 202+168+154=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA89A is #355765. Grayscale: #B0B0B0. Windows color (decimal): -3495782 or 10135754. OLE color: 10135754.

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

Color convert

RGB202168154-
CMYK00.170.240.21
HSL17.5º31.17%69.8%-
HSV(B)17.5º23.76%79.22%-
XYZ44.1942.8936.52-
YUV176.57115.26146.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=38.55%
G=32.06%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216815400.170.240.2117.531.1769.8
HexCAA89A0111815121f46
Octal31225023202130252237106
Binary110010101010100010011010010001110001010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA89A; }

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

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

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

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

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

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

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

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