#C9A098

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

Shades of Eunry #C9A098

Tints of Eunry #C9A098

Color information

#C9A098 (or 0xC9A098) is unknown color: approx Eunry. HEX triplet: C9, A0 and 98. RGB value is (201,160,152). Sum of RGB (Red+Green+Blue) = 201+160+152=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A098 is #365F67. Grayscale: #ABABAB. Windows color (decimal): -3563368 or 10002633. OLE color: 10002633.

HSL color Cylindrical-coordinate representation of color #C9A098: hue angle of 9.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A098 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB201160152-
CMYK00.200.240.21
HSL9.8º31.21%69.22%-
HSV(B)9.8º24.38%78.82%-
XYZ42.3339.8335.16-
YUV171.35117.08149.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=39.18%
G=31.19%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116015200.200.240.219.831.2169.22
HexC9A0980141815a1f45
Octal31124023002430251237105
Binary11001001101000001001100001010011000101011010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A098; }

 p { color: rgb(201,160,152); }

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

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

 a { background-color: rgb(201,160,152); }

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

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

 span { border-color: rgb(201,160,152); }

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