#9C7079

Color #9C7079 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C7079

Tints of Turkish Rose #9C7079

Color information

#9C7079 (or 0x9C7079) is unknown color: approx Turkish Rose. HEX triplet: 9C, 70 and 79. RGB value is (156,112,121). Sum of RGB (Red+Green+Blue) = 156+112+121=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7079 is #638F86. Grayscale: #7E7E7E. Windows color (decimal): -6524807 or 7958684. OLE color: 7958684.

HSL color Cylindrical-coordinate representation of color #9C7079: hue angle of 347.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7079 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB156112121-
CMYK00.280.220.39
HSL347.73º18.18%52.55%-
HSV(B)347.73º28.21%61.18%-
XYZ22.9620.0420.75-
YUV126.18125.08149.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=40.10%
G=28.79%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611212100.280.220.39347.7318.1852.55
Hex9C707901C162715c1235
Octal23416017103426475342265
Binary10011100111000011110010111001011010011110101110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7079; }

 p { color: rgb(156,112,121); }

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

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

 a { background-color: rgb(156,112,121); }

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

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

 span { border-color: rgb(156,112,121); }

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