#CAA199

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

Shades of Eunry #CAA199

Tints of Eunry #CAA199

Color information

#CAA199 (or 0xCAA199) is unknown color: approx Eunry. HEX triplet: CA, A1 and 99. RGB value is (202,161,153). Sum of RGB (Red+Green+Blue) = 202+161+153=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA199 is #355E66. Grayscale: #ACACAC. Windows color (decimal): -3497575 or 10068426. OLE color: 10068426.

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

Color convert

RGB202161153-
CMYK00.200.240.21
HSL9.8º31.61%69.61%-
HSV(B)9.8º24.26%79.22%-
XYZ42.8540.3535.67-
YUV172.35117.08149.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=39.15%
G=31.20%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216115300.200.240.219.831.6169.61
HexCAA1990141815a2046
Octal31224123102430251240106
Binary110010101010000110011001010100110001010110101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA199; }

 p { color: rgb(202,161,153); }

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

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

 a { background-color: rgb(202,161,153); }

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

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

 span { border-color: rgb(202,161,153); }

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