#C5A09C

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

Shades of Eunry #C5A09C

Tints of Eunry #C5A09C

Color information

#C5A09C (or 0xC5A09C) is unknown color: approx Eunry. HEX triplet: C5, A0 and 9C. RGB value is (197,160,156). Sum of RGB (Red+Green+Blue) = 197+160+156=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A09C is #3A5F63. Grayscale: #AAAAAA. Windows color (decimal): -3825508 or 10264773. OLE color: 10264773.

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

Color convert

RGB197160156-
CMYK00.190.210.23
HSL5.85º26.11%69.22%-
HSV(B)5.85º20.81%77.25%-
XYZ41.639.4136.87-
YUV170.61119.76146.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=38.40%
G=31.19%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716015600.190.210.235.8526.1169.22
HexC5A09C013151761a45
Octal3052402340232527632105
Binary1100010110100000100111000100111010110111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A09C; }

 p { color: rgb(197,160,156); }

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

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

 a { background-color: rgb(197,160,156); }

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

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

 span { border-color: rgb(197,160,156); }

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