#C8A699

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

Shades of Eunry #C8A699

Tints of Eunry #C8A699

Color information

#C8A699 (or 0xC8A699) is unknown color: approx Eunry. HEX triplet: C8, A6 and 99. RGB value is (200,166,153). Sum of RGB (Red+Green+Blue) = 200+166+153=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A699 is #375966. Grayscale: #AEAEAE. Windows color (decimal): -3627367 or 10069704. OLE color: 10069704.

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

Color convert

RGB200166153-
CMYK00.170.240.22
HSL16.6º29.94%69.22%-
HSV(B)16.6º23.5%78.43%-
XYZ43.2141.8535.94-
YUV174.68115.76146.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=38.54%
G=31.98%
B=29.48%

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
Decimal20016615300.170.240.2216.629.9469.22
HexC8A6990111816111e45
Octal31024623102130262136105
Binary110010001010011010011001010001110001011010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A699; }

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

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

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

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

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

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

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

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