Html Css Color HEX #957379 Turkish Rose

📋 copy color: '#957379'

red 149 ◦ green 115 ◦ blue 121

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

Shades of Turkish Rose #957379

Tints of Turkish Rose #957379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 38.7%
G = 29.87%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957379 (or 0x957379) is known color: Turkish Rose. HEX triplet: 95, 73 and 79. RGB value is (149,115,121). Sum of RGB (Red+Green+Blue) = 149+115+121=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957379 is #6A8C86. Grayscale: #7D7D7D. Windows color (decimal): -6982791 or 7959445. OLE color: 7959445.

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

Color convert

RGB 149 115 121 -
CMYK 0 0.23 0.19 0.42
HSL 349.41º 0.14% 0.52% -
HSV(B) 349.41º 0.23% 0.58% -
XYZ 21.98 20.03 20.8 -
YUV 125.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 149 115 121 0 0.23 0.19 0.42 349.41 0.14 0.52
Hex 95 73 79 0 17 13 2A 15D E 34
Octal 225 163 171 0 27 23 52 535 16 64
Binary 10010101 1110011 1111001 0 10111 10011 101010 101011101 1110 110100

Color Harmonies of #957379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957379

Black with #957379

Text Example


Text Example

White with #957379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957379; }

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

 H1.HeaderClassName
 {
   color: #957379;
 }
 .AnyTagClassName
 {
   color: #957379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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