#9C7579

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

Shades of Turkish Rose #9C7579

Tints of Turkish Rose #9C7579

Color information

#9C7579 (or 0x9C7579) is unknown color: approx Turkish Rose. HEX triplet: 9C, 75 and 79. RGB value is (156,117,121). Sum of RGB (Red+Green+Blue) = 156+117+121=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7579 is #638A86. Grayscale: #818181. Windows color (decimal): -6523527 or 7959964. OLE color: 7959964.

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

Color convert

RGB156117121-
CMYK00.250.220.39
HSL353.85º16.46%53.53%-
HSV(B)353.85º25%61.18%-
XYZ23.5221.1720.94-
YUV129.12123.42147.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=39.59%
G=29.70%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611712100.250.220.39353.8516.4653.53
Hex9C757901916271621036
Octal23416517103126475422066
Binary10011100111010111110010110011011010011110110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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