#C8A496

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

Shades of Eunry #C8A496

Tints of Eunry #C8A496

Color information

#C8A496 (or 0xC8A496) is unknown color: approx Eunry. HEX triplet: C8, A4 and 96. RGB value is (200,164,150). Sum of RGB (Red+Green+Blue) = 200+164+150=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A496 is #375B69. Grayscale: #ADADAD. Windows color (decimal): -3627882 or 9872584. OLE color: 9872584.

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

Color convert

RGB200164150-
CMYK00.180.250.22
HSL16.8º31.25%68.63%-
HSV(B)16.8º25%78.43%-
XYZ42.641.0334.53-
YUV173.17114.93147.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=38.91%
G=31.91%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016415000.180.250.2216.831.2568.63
HexC8A4960121916111f45
Octal31024422602231262137105
Binary110010001010010010010110010010110011011010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A496; }

 p { color: rgb(200,164,150); }

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

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

 a { background-color: rgb(200,164,150); }

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

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

 span { border-color: rgb(200,164,150); }

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