#C8A89D

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

Shades of Eunry #C8A89D

Tints of Eunry #C8A89D

Color information

#C8A89D (or 0xC8A89D) is unknown color: approx Eunry. HEX triplet: C8, A8 and 9D. RGB value is (200,168,157). Sum of RGB (Red+Green+Blue) = 200+168+157=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A89D is #375762. Grayscale: #B0B0B0. Windows color (decimal): -3626851 or 10332360. OLE color: 10332360.

HSL color Cylindrical-coordinate representation of color #C8A89D: hue angle of 15.35º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A89D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200168157-
CMYK00.160.220.22
HSL15.35º28.1%70%-
HSV(B)15.35º21.5%78.43%-
XYZ43.9142.7237.83-
YUV176.31117.1144.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=38.10%
G=32%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016815700.160.220.2215.3528.170
HexC8A89D0101616f1c46
Octal31025023502026261734106
Binary11001000101010001001110101000010110101101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A89D; }

 p { color: rgb(200,168,157); }

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

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

 a { background-color: rgb(200,168,157); }

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

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

 span { border-color: rgb(200,168,157); }

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