#9C7072

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

Shades of Turkish Rose #9C7072

Tints of Turkish Rose #9C7072

Color information

#9C7072 (or 0x9C7072) is unknown color: approx Turkish Rose. HEX triplet: 9C, 70 and 72. RGB value is (156,112,114). Sum of RGB (Red+Green+Blue) = 156+112+114=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7072 is #638F8D. Grayscale: #7D7D7D. Windows color (decimal): -6524814 or 7499932. OLE color: 7499932.

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

Color convert

RGB156112114-
CMYK00.280.270.39
HSL357.27º18.18%52.55%-
HSV(B)357.27º28.21%61.18%-
XYZ22.5419.8718.57-
YUV125.38121.58149.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=40.84%
G=29.32%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611211400.280.270.39357.2718.1852.55
Hex9C707201C1B271651235
Octal23416016203433475452265
Binary10011100111000011100100111001101110011110110010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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