#C8A59A

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

Shades of Eunry #C8A59A

Tints of Eunry #C8A59A

Color information

#C8A59A (or 0xC8A59A) is unknown color: approx Eunry. HEX triplet: C8, A5 and 9A. RGB value is (200,165,154). Sum of RGB (Red+Green+Blue) = 200+165+154=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A59A is #375A65. Grayscale: #AEAEAE. Windows color (decimal): -3627622 or 10134984. OLE color: 10134984.

HSL color Cylindrical-coordinate representation of color #C8A59A: hue angle of 14.35º degrees, saturation: 0.29, 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 #C8A59A is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB200165154-
CMYK00.180.230.22
HSL14.35º29.49%69.41%-
HSV(B)14.35º23%78.43%-
XYZ43.1141.5236.31-
YUV174.21116.6146.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=38.54%
G=31.79%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016515400.180.230.2214.3529.4969.41
HexC8A59A0121716e1d45
Octal31024523202227261635105
Binary11001000101001011001101001001010111101101110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A59A; }

 p { color: rgb(200,165,154); }

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

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

 a { background-color: rgb(200,165,154); }

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

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

 span { border-color: rgb(200,165,154); }

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