Html Css Color HEX #957179 Turkish Rose

📋 copy color: '#957179'

red 149 ◦ green 113 ◦ blue 121

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

Shades of Turkish Rose #957179

Tints of Turkish Rose #957179

RGB

 RED value IS 149 (58.59% from 255) = 38.9%

 GREEN value IS 113 (44.53% from 255) = 29.5%

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 38.9%
G = 29.5%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

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

RGB 149 113 121 -
CMYK 0 0.24 0.19 0.42
HSL 346.67º 0.15% 0.51% -
HSV(B) 346.67º 0.24% 0.58% -
XYZ 21.75 19.58 20.72 -
YUV 124.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 149 113 121 0 0.24 0.19 0.42 346.67 0.15 0.51
Hex 95 71 79 0 18 13 2A 15B F 33
Octal 225 161 171 0 30 23 52 533 17 63
Binary 10010101 1110001 1111001 0 11000 10011 101010 101011011 1111 110011

Color Harmonies of #957179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957179

Black with #957179

Text Example


Text Example

White with #957179

Text Example


Text Example

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