Html Css Color HEX #967179 Turkish Rose

📋 copy color: '#967179'

red 150 ◦ green 113 ◦ blue 121

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

Shades of Turkish Rose #967179

Tints of Turkish Rose #967179

RGB

 RED value IS 150 (58.98% from 255) = 39.06%

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

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

R = 39.06%
G = 29.43%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#967179 (or 0x967179) is known color: Turkish Rose. HEX triplet: 96, 71 and 79. RGB value is (150,113,121). Sum of RGB (Red+Green+Blue) = 150+113+121=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967179 is #698E86. Grayscale: #7C7C7C. Windows color (decimal): -6917767 or 7958934. OLE color: 7958934.

HSL color Cylindrical-coordinate representation of color #967179: hue angle of 347.03º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967179 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 121 -
CMYK 0 0.25 0.19 0.41
HSL 347.03º 0.15% 0.52% -
HSV(B) 347.03º 0.25% 0.59% -
XYZ 21.93 19.67 20.73 -
YUV 124.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 150 113 121 0 0.25 0.19 0.41 347.03 0.15 0.52
Hex 96 71 79 0 19 13 29 15B F 34
Octal 226 161 171 0 31 23 51 533 17 64
Binary 10010110 1110001 1111001 0 11001 10011 101001 101011011 1111 110100

Color Harmonies of #967179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967179

Black with #967179

Text Example


Text Example

White with #967179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967179; }

 p { color: rgb(150,113,121); }

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

background-color css

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

 a { background-color: rgb(150,113,121); }

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

border-color css

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

 span { border-color: rgb(150,113,121); }

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