#CAA695

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

Shades of Eunry #CAA695

Tints of Eunry #CAA695

Color information

#CAA695 (or 0xCAA695) is unknown color: approx Eunry. HEX triplet: CA, A6 and 95. RGB value is (202,166,149). Sum of RGB (Red+Green+Blue) = 202+166+149=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA695 is #35596A. Grayscale: #AEAEAE. Windows color (decimal): -3496299 or 9807562. OLE color: 9807562.

HSL color Cylindrical-coordinate representation of color #CAA695: hue angle of 19.25º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAA695 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202166149-
CMYK00.180.260.21
HSL19.25º33.33%68.82%-
HSV(B)19.25º26.24%79.22%-
XYZ43.424234.25-
YUV174.83113.43147.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=39.07%
G=32.11%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216614900.180.260.2119.2533.3368.82
HexCAA6950121A15132145
Octal31224622502232252341105
Binary1100101010100110100101010100101101010101100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA695; }

 p { color: rgb(202,166,149); }

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

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

 a { background-color: rgb(202,166,149); }

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

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

 span { border-color: rgb(202,166,149); }

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