#C8A29C

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

Shades of Eunry #C8A29C

Tints of Eunry #C8A29C

Color information

#C8A29C (or 0xC8A29C) is unknown color: approx Eunry. HEX triplet: C8, A2 and 9C. RGB value is (200,162,156). Sum of RGB (Red+Green+Blue) = 200+162+156=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A29C is #375D63. Grayscale: #ACACAC. Windows color (decimal): -3628388 or 10265288. OLE color: 10265288.

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

Color convert

RGB200162156-
CMYK00.190.220.22
HSL8.18º28.57%69.8%-
HSV(B)8.18º22%78.43%-
XYZ42.7440.5237.02-
YUV172.68118.59147.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=38.61%
G=31.27%
B=30.12%

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
Decimal20016215600.190.220.228.1828.5769.8
HexC8A29C013161681d46
Octal31024223402326261035106
Binary11001000101000101001110001001110110101101000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A29C; }

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

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

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

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

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

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

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

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