#957576

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

Shades of Turkish Rose #957576

Tints of Turkish Rose #957576

Color information

#957576 (or 0x957576) is unknown color: approx Turkish Rose. HEX triplet: 95, 75 and 76. RGB value is (149,117,118). Sum of RGB (Red+Green+Blue) = 149+117+118=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957576 is #6A8A89. Grayscale: #7E7E7E. Windows color (decimal): -6982282 or 7763349. OLE color: 7763349.

HSL color Cylindrical-coordinate representation of color #957576: hue angle of 358.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957576 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149117118-
CMYK00.210.210.42
HSL358.12º13.11%52.16%-
HSV(B)358.12º21.48%58.43%-
XYZ22.0320.4219.92-
YUV126.68123.1143.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=38.80%
G=30.47%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911711800.210.210.42358.1213.1152.16
Hex957576015152A166d34
Octal22516516602525525461564
Binary1001010111101011110110010101101011010101011001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957576; }

 p { color: rgb(149,117,118); }

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

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

 a { background-color: rgb(149,117,118); }

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

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

 span { border-color: rgb(149,117,118); }

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