#C8A697

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

Shades of Eunry #C8A697

Tints of Eunry #C8A697

Color information

#C8A697 (or 0xC8A697) is unknown color: approx Eunry. HEX triplet: C8, A6 and 97. RGB value is (200,166,151). Sum of RGB (Red+Green+Blue) = 200+166+151=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A697 is #375968. Grayscale: #AEAEAE. Windows color (decimal): -3627369 or 9938632. OLE color: 9938632.

HSL color Cylindrical-coordinate representation of color #C8A697: hue angle of 18.37º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8A697 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200166151-
CMYK00.170.240.22
HSL18.37º30.82%68.82%-
HSV(B)18.37º24.5%78.43%-
XYZ43.0441.7935.08-
YUV174.46114.76146.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=38.68%
G=32.11%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016615100.170.240.2218.3730.8268.82
HexC8A6970111816121f45
Octal31024622702130262237105
Binary110010001010011010010111010001110001011010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A697; }

 p { color: rgb(200,166,151); }

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

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

 a { background-color: rgb(200,166,151); }

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

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

 span { border-color: rgb(200,166,151); }

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