#C8A29A

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

Shades of Eunry #C8A29A

Tints of Eunry #C8A29A

Color information

#C8A29A (or 0xC8A29A) is unknown color: approx Eunry. HEX triplet: C8, A2 and 9A. RGB value is (200,162,154). Sum of RGB (Red+Green+Blue) = 200+162+154=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A29A is #375D65. Grayscale: #ACACAC. Windows color (decimal): -3628390 or 10134216. OLE color: 10134216.

HSL color Cylindrical-coordinate representation of color #C8A29A: hue angle of 10.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A29A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB200162154-
CMYK00.190.230.22
HSL10.43º29.49%69.41%-
HSV(B)10.43º23%78.43%-
XYZ42.5740.4536.14-
YUV172.45117.59147.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=38.76%
G=31.40%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016215400.190.230.2210.4329.4969.41
HexC8A29A0131716a1d45
Octal31024223202327261235105
Binary11001000101000101001101001001110111101101010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A29A; }

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

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

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

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

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

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

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

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