#957179

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

Shades of Turkish Rose #957179

Tints of Turkish Rose #957179

Color information

#957179 (or 0x957179) is unknown color: approx Turkish Rose. HEX triplet: 95, 71 and 79. RGB value is (149,113,121). Sum of RGB (Red+Green+Blue) = 149+113+121=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957179 is #6A8E86. Grayscale: #7C7C7C. Windows color (decimal): -6983303 or 7958933. OLE color: 7958933.

HSL color Cylindrical-coordinate representation of color #957179: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957179 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149113121-
CMYK00.240.190.42
HSL346.67º14.52%51.37%-
HSV(B)346.67º24.16%58.43%-
XYZ21.7519.5820.72-
YUV124.68125.93145.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=38.90%
G=29.50%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911312100.240.190.42346.6714.5251.37
Hex957179018132A15bf33
Octal22516117103023525331763
Binary1001010111100011111001011000100111010101010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957179; }

 p { color: rgb(149,113,121); }

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

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

 a { background-color: rgb(149,113,121); }

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

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

 span { border-color: rgb(149,113,121); }

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