#CAA29D

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

Shades of Eunry #CAA29D

Tints of Eunry #CAA29D

Color information

#CAA29D (or 0xCAA29D) is unknown color: approx Eunry. HEX triplet: CA, A2 and 9D. RGB value is (202,162,157). Sum of RGB (Red+Green+Blue) = 202+162+157=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA29D is #355D62. Grayscale: #ADADAD. Windows color (decimal): -3497315 or 10330826. OLE color: 10330826.

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

Color convert

RGB202162157-
CMYK00.200.220.21
HSL6.67º29.8%70.39%-
HSV(B)6.67º22.28%79.22%-
XYZ43.3640.8337.49-
YUV173.39118.75148.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=38.77%
G=31.09%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216215700.200.220.216.6729.870.39
HexCAA29D014161571e46
Octal3122422350242625736106
Binary1100101010100010100111010101001011010101111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA29D; }

 p { color: rgb(202,162,157); }

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

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

 a { background-color: rgb(202,162,157); }

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

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

 span { border-color: rgb(202,162,157); }

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