#CAA09B

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

Shades of Eunry #CAA09B

Tints of Eunry #CAA09B

Color information

#CAA09B (or 0xCAA09B) is unknown color: approx Eunry. HEX triplet: CA, A0 and 9B. RGB value is (202,160,155). Sum of RGB (Red+Green+Blue) = 202+160+155=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA09B is #355F64. Grayscale: #ACACAC. Windows color (decimal): -3497829 or 10199242. OLE color: 10199242.

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

Color convert

RGB202160155-
CMYK00.210.230.21
HSL6.38º30.72%70%-
HSV(B)6.38º23.27%79.22%-
XYZ42.8440.0636.49-
YUV171.99118.41149.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=39.07%
G=30.95%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216015500.210.230.216.3830.7270
HexCAA09B015171561f46
Octal3122402330252725637106
Binary1100101010100000100110110101011011110101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA09B; }

 p { color: rgb(202,160,155); }

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

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

 a { background-color: rgb(202,160,155); }

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

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

 span { border-color: rgb(202,160,155); }

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