#C8A79F

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

Shades of Eunry #C8A79F

Tints of Eunry #C8A79F

Color information

#C8A79F (or 0xC8A79F) is unknown color: approx Eunry. HEX triplet: C8, A7 and 9F. RGB value is (200,167,159). Sum of RGB (Red+Green+Blue) = 200+167+159=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A79F is #375860. Grayscale: #B0B0B0. Windows color (decimal): -3627105 or 10463176. OLE color: 10463176.

HSL color Cylindrical-coordinate representation of color #C8A79F: hue angle of 11.71º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A79F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200167159-
CMYK00.160.200.22
HSL11.71º27.15%70.39%-
HSV(B)11.71º20.5%78.43%-
XYZ43.942.4238.68-
YUV175.96118.43145.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 159 (62.5% from 255) = 30.23%
R=38.02%
G=31.75%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016715900.160.200.2211.7127.1570.39
HexC8A79F0101416c1b46
Octal31024723702024261433106
Binary11001000101001111001111101000010100101101100110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A79F; }

 p { color: rgb(200,167,159); }

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

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

 a { background-color: rgb(200,167,159); }

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

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

 span { border-color: rgb(200,167,159); }

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