#C8A29D

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

Shades of Eunry #C8A29D

Tints of Eunry #C8A29D

Color information

#C8A29D (or 0xC8A29D) is unknown color: approx Eunry. HEX triplet: C8, A2 and 9D. RGB value is (200,162,157). Sum of RGB (Red+Green+Blue) = 200+162+157=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A29D is #375D62. Grayscale: #ACACAC. Windows color (decimal): -3628387 or 10330824. OLE color: 10330824.

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

Color convert

RGB200162157-
CMYK00.190.220.22
HSL6.98º28.1%70%-
HSV(B)6.98º21.5%78.43%-
XYZ42.8340.5537.47-
YUV172.79119.09147.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=38.54%
G=31.21%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016215700.190.220.226.9828.170
HexC8A29D013161671c46
Octal3102422350232626734106
Binary1100100010100010100111010100111011010110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A29D; }

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

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

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

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

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

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

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

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