#9C7073

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

Shades of Turkish Rose #9C7073

Tints of Turkish Rose #9C7073

Color information

#9C7073 (or 0x9C7073) is unknown color: approx Turkish Rose. HEX triplet: 9C, 70 and 73. RGB value is (156,112,115). Sum of RGB (Red+Green+Blue) = 156+112+115=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7073 is #638F8C. Grayscale: #7D7D7D. Windows color (decimal): -6524813 or 7565468. OLE color: 7565468.

HSL color Cylindrical-coordinate representation of color #9C7073: hue angle of 355.91º 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 #9C7073 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB156112115-
CMYK00.280.260.39
HSL355.91º18.18%52.55%-
HSV(B)355.91º28.21%61.18%-
XYZ22.619.8918.87-
YUV125.5122.08149.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.73%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=40.73%
G=29.24%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611211500.280.260.39355.9118.1852.55
Hex9C707301C1A271641235
Octal23416016303432475442265
Binary10011100111000011100110111001101010011110110010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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