#C8A594

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

Shades of Eunry #C8A594

Tints of Eunry #C8A594

Color information

#C8A594 (or 0xC8A594) is unknown color: approx Eunry. HEX triplet: C8, A5 and 94. RGB value is (200,165,148). Sum of RGB (Red+Green+Blue) = 200+165+148=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A594 is #375A6B. Grayscale: #ADADAD. Windows color (decimal): -3627628 or 9741768. OLE color: 9741768.

HSL color Cylindrical-coordinate representation of color #C8A594: hue angle of 19.62º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A594 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200165148-
CMYK00.180.260.22
HSL19.62º32.1%68.24%-
HSV(B)19.62º26%78.43%-
XYZ42.6241.3333.75-
YUV173.53113.6146.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 165 (64.84% from 255) = 32.16%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=38.99%
G=32.16%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016514800.180.260.2219.6232.168.24
HexC8A5940121A16142044
Octal31024522402232262440104
Binary1100100010100101100101000100101101010110101001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A594; }

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

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

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

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

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

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

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

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