#C8A999

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

Shades of Eunry #C8A999

Tints of Eunry #C8A999

Color information

#C8A999 (or 0xC8A999) is unknown color: approx Eunry. HEX triplet: C8, A9 and 99. RGB value is (200,169,153). Sum of RGB (Red+Green+Blue) = 200+169+153=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A999 is #375666. Grayscale: #B0B0B0. Windows color (decimal): -3626599 or 10070472. OLE color: 10070472.

HSL color Cylindrical-coordinate representation of color #C8A999: hue angle of 20.43º 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 #C8A999 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB200169153-
CMYK00.160.240.22
HSL20.43º29.94%69.22%-
HSV(B)20.43º23.5%78.43%-
XYZ43.7642.9636.12-
YUV176.44114.77144.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=38.31%
G=32.38%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016915300.160.240.2220.4329.9469.22
HexC8A9990101816141e45
Octal31025123102030262436105
Binary110010001010100110011001010000110001011010100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A999; }

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

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

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

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

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

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

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

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