#C4AAA0

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

Shades of Eunry #C4AAA0

Tints of Eunry #C4AAA0

Color information

#C4AAA0 (or 0xC4AAA0) is unknown color: approx Eunry. HEX triplet: C4, AA and A0. RGB value is (196,170,160). Sum of RGB (Red+Green+Blue) = 196+170+160=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAA0 is #3B555F. Grayscale: #B0B0B0. Windows color (decimal): -3888480 or 10529476. OLE color: 10529476.

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

Color convert

RGB196170160-
CMYK00.130.180.23
HSL16.67º23.38%69.8%-
HSV(B)16.67º18.37%76.86%-
XYZ43.4843.0239.27-
YUV176.63118.61141.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=37.26%
G=32.32%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617016000.130.180.2316.6723.3869.8
HexC4AAA00D1217111746
Octal30425224001522272127106
Binary11000100101010101010000001101100101011110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAA0; }

 p { color: rgb(196,170,160); }

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

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

 a { background-color: rgb(196,170,160); }

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

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

 span { border-color: rgb(196,170,160); }

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