#957174

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

Shades of Turkish Rose #957174

Tints of Turkish Rose #957174

Color information

#957174 (or 0x957174) is unknown color: approx Turkish Rose. HEX triplet: 95, 71 and 74. RGB value is (149,113,116). Sum of RGB (Red+Green+Blue) = 149+113+116=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #957174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957174 is #6A8E8B. Grayscale: #7C7C7C. Windows color (decimal): -6983308 or 7631253. OLE color: 7631253.

HSL color Cylindrical-coordinate representation of color #957174: hue angle of 355º 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 #957174 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB149113116-
CMYK00.240.220.42
HSL355º14.52%51.37%-
HSV(B)355º24.16%58.43%-
XYZ21.4519.4619.15-
YUV124.11123.43145.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=39.42%
G=29.89%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911311600.240.220.4235514.5251.37
Hex957174018162A163f33
Octal22516116403026525431763
Binary1001010111100011110100011000101101010101011000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957174; }

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

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

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

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

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

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

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

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