Html Css Color HEX #957174 Turkish Rose

📋 copy color: '#957174'

red 149 ◦ green 113 ◦ blue 116

#957174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #957174

Tints of Turkish Rose #957174

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.7% from 255) = 30.69%

R = 39.42%
G = 29.89%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#957174 (or 0x957174) is known color: 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

RGB 149 113 116 -
CMYK 0 0.24 0.22 0.42
HSL 355º 0.15% 0.51% -
HSV(B) 355º 0.24% 0.58% -
XYZ 21.45 19.46 19.15 -
YUV 124.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 149 113 116 0 0.24 0.22 0.42 355 0.15 0.51
Hex 95 71 74 0 18 16 2A 163 F 33
Octal 225 161 164 0 30 26 52 543 17 63
Binary 10010101 1110001 1110100 0 11000 10110 101010 101100011 1111 110011

Color Harmonies of #957174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957174

Black with #957174

Text Example


Text Example

White with #957174

Text Example


Text Example

HTML Codes & Css Web 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>