#CAA09E

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

Shades of Eunry #CAA09E

Tints of Eunry #CAA09E

Color information

#CAA09E (or 0xCAA09E) is unknown color: approx Eunry. HEX triplet: CA, A0 and 9E. RGB value is (202,160,158). Sum of RGB (Red+Green+Blue) = 202+160+158=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA09E is #355F61. Grayscale: #ACACAC. Windows color (decimal): -3497826 or 10395850. OLE color: 10395850.

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

Color convert

RGB202160158-
CMYK00.210.220.21
HSL2.73º29.33%70.59%-
HSV(B)2.73º21.78%79.22%-
XYZ43.140.1737.83-
YUV172.33119.91149.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 158 (62.11% from 255) = 30.38%
R=38.85%
G=30.77%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216015800.210.220.212.7329.3370.59
HexCAA09E015161531d47
Octal3122402360252625335107
Binary110010101010000010011110010101101101010111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA09E; }

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

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

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

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

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

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

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

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