#9C737D

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

Shades of Turkish Rose #9C737D

Tints of Turkish Rose #9C737D

Color information

#9C737D (or 0x9C737D) is unknown color: approx Turkish Rose. HEX triplet: 9C, 73 and 7D. RGB value is (156,115,125). Sum of RGB (Red+Green+Blue) = 156+115+125=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C737D is #638C82. Grayscale: #808080. Windows color (decimal): -6524035 or 8221596. OLE color: 8221596.

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

Color convert

RGB156115125-
CMYK00.260.200.39
HSL345.37º17.15%53.14%-
HSV(B)345.37º26.28%61.18%-
XYZ23.5420.8122.18-
YUV128.4126.08147.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=39.39%
G=29.04%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611512500.260.200.39345.3717.1553.14
Hex9C737D01A14271591135
Octal23416317503224475312165
Binary10011100111001111111010110101010010011110101100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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