#9C7980

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

Shades of Turkish Rose #9C7980

Tints of Turkish Rose #9C7980

Color information

#9C7980 (or 0x9C7980) is unknown color: approx Turkish Rose. HEX triplet: 9C, 79 and 80. RGB value is (156,121,128). Sum of RGB (Red+Green+Blue) = 156+121+128=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7980 is #63867F. Grayscale: #848484. Windows color (decimal): -6522496 or 8419740. OLE color: 8419740.

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

Color convert

RGB156121128-
CMYK00.220.180.39
HSL348º15.02%54.31%-
HSV(B)348º22.44%61.18%-
XYZ24.4422.323.44-
YUV132.26125.6144.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=38.52%
G=29.88%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612112800.220.180.3934815.0254.31
Hex9C7980016122715cf36
Octal23417120002622475341766
Binary10011100111100110000000010110100101001111010111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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