#9C7F83

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

Shades of Turkish Rose #9C7F83

Tints of Turkish Rose #9C7F83

Color information

#9C7F83 (or 0x9C7F83) is unknown color: approx Turkish Rose. HEX triplet: 9C, 7F and 83. RGB value is (156,127,131). Sum of RGB (Red+Green+Blue) = 156+127+131=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F83 is #63807C. Grayscale: #888888. Windows color (decimal): -6520957 or 8617884. OLE color: 8617884.

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

Color convert

RGB156127131-
CMYK00.190.160.39
HSL351.72º12.78%55.49%-
HSV(B)351.72º18.59%61.18%-
XYZ25.423.8924.74-
YUV136.13125.11142.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 131 (51.56% from 255) = 31.64%
R=37.68%
G=30.68%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612713100.190.160.39351.7212.7855.49
Hex9C7F830131027160d37
Octal23417720302320475401567
Binary10011100111111110000011010011100001001111011000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,127,131); }

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

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

 a { background-color: rgb(156,127,131); }

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

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

 span { border-color: rgb(156,127,131); }

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