#CAA39A

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

Shades of Eunry #CAA39A

Tints of Eunry #CAA39A

Color information

#CAA39A (or 0xCAA39A) is unknown color: approx Eunry. HEX triplet: CA, A3 and 9A. RGB value is (202,163,154). Sum of RGB (Red+Green+Blue) = 202+163+154=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA39A is #355C65. Grayscale: #ADADAD. Windows color (decimal): -3497062 or 10134474. OLE color: 10134474.

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

Color convert

RGB202163154-
CMYK00.190.240.21
HSL11.25º31.17%69.8%-
HSV(B)11.25º23.76%79.22%-
XYZ43.2941.0836.22-
YUV173.64116.92148.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=38.92%
G=31.41%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216315400.190.240.2111.2531.1769.8
HexCAA39A0131815b1f46
Octal31224323202330251337106
Binary11001010101000111001101001001111000101011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA39A; }

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

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

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

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

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

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

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

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