Html Css Color HEX #957579 Turkish Rose

📋 copy color: '#957579'

red 149 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #957579

Tints of Turkish Rose #957579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 38.5%
G = 30.23%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#957579 (or 0x957579) is known color: Turkish Rose. HEX triplet: 95, 75 and 79. RGB value is (149,117,121). Sum of RGB (Red+Green+Blue) = 149+117+121=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #957579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957579 is #6A8A86. Grayscale: #7F7F7F. Windows color (decimal): -6982279 or 7959957. OLE color: 7959957.

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

Color convert

RGB 149 117 121 -
CMYK 0 0.21 0.19 0.42
HSL 352.5º 0.13% 0.52% -
HSV(B) 352.5º 0.21% 0.58% -
XYZ 22.21 20.49 20.87 -
YUV 127.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 149 117 121 0 0.21 0.19 0.42 352.5 0.13 0.52
Hex 95 75 79 0 15 13 2A 160 D 34
Octal 225 165 171 0 25 23 52 540 15 64
Binary 10010101 1110101 1111001 0 10101 10011 101010 101100000 1101 110100

Color Harmonies of #957579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957579

Black with #957579

Text Example


Text Example

White with #957579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957579; }

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

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

background-color css

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

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

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

border-color css

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

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

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