#CAAA9E

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

Shades of Eunry #CAAA9E

Tints of Eunry #CAAA9E

Color information

#CAAA9E (or 0xCAAA9E) is unknown color: approx Eunry. HEX triplet: CA, AA and 9E. RGB value is (202,170,158). Sum of RGB (Red+Green+Blue) = 202+170+158=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAA9E is #355561. Grayscale: #B2B2B2. Windows color (decimal): -3495266 or 10398410. OLE color: 10398410.

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

Color convert

RGB202170158-
CMYK00.160.220.21
HSL16.36º29.33%70.59%-
HSV(B)16.36º21.78%79.22%-
XYZ44.943.7738.43-
YUV178.2116.6144.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=38.11%
G=32.08%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217015800.160.220.2116.3629.3370.59
HexCAAA9E0101615101d47
Octal31225223602026252035107
Binary110010101010101010011110010000101101010110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA9E; }

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

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

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

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

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

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

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

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