#C7A09C

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

Shades of Eunry #C7A09C

Tints of Eunry #C7A09C

Color information

#C7A09C (or 0xC7A09C) is unknown color: approx Eunry. HEX triplet: C7, A0 and 9C. RGB value is (199,160,156). Sum of RGB (Red+Green+Blue) = 199+160+156=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A09C is #385F63. Grayscale: #ABABAB. Windows color (decimal): -3694436 or 10264775. OLE color: 10264775.

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

Color convert

RGB199160156-
CMYK00.200.220.22
HSL5.58º27.74%69.61%-
HSV(B)5.58º21.61%78.04%-
XYZ42.1239.6836.89-
YUV171.2119.42147.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=38.64%
G=31.07%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916015600.200.220.225.5827.7469.61
HexC7A09C014161661c46
Octal3072402340242626634106
Binary1100011110100000100111000101001011010110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A09C; }

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

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

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

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

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

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

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

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