#C4A69F

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

Shades of Eunry #C4A69F

Tints of Eunry #C4A69F

Color information

#C4A69F (or 0xC4A69F) is unknown color: approx Eunry. HEX triplet: C4, A6 and 9F. RGB value is (196,166,159). Sum of RGB (Red+Green+Blue) = 196+166+159=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A69F is #3B5960. Grayscale: #AEAEAE. Windows color (decimal): -3889505 or 10462916. OLE color: 10462916.

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

Color convert

RGB196166159-
CMYK00.150.190.23
HSL11.35º23.87%69.61%-
HSV(B)11.35º18.88%76.86%-
XYZ42.6641.5138.57-
YUV174.17119.44143.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=37.62%
G=31.86%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616615900.150.190.2311.3523.8769.61
HexC4A69F0F1317b1846
Octal30424623701723271330106
Binary1100010010100110100111110111110011101111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A69F; }

 p { color: rgb(196,166,159); }

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

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

 a { background-color: rgb(196,166,159); }

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

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

 span { border-color: rgb(196,166,159); }

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