#997479

Color #997479 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #997479

Tints of Turkish Rose #997479

Color information

#997479 (or 0x997479) is unknown color: approx Turkish Rose. HEX triplet: 99, 74 and 79. RGB value is (153,116,121). Sum of RGB (Red+Green+Blue) = 153+116+121=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #997479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997479 is #668B86. Grayscale: #7F7F7F. Windows color (decimal): -6720391 or 7959705. OLE color: 7959705.

HSL color Cylindrical-coordinate representation of color #997479: hue angle of 351.89º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997479 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153116121-
CMYK00.240.210.4
HSL351.89º15.35%52.75%-
HSV(B)351.89º24.18%60%-
XYZ22.8320.6420.87-
YUV127.63124.26146.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=39.23%
G=29.74%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311612100.240.210.4351.8915.3552.75
Hex9974790181528160f35
Octal23116417103025505401765
Binary1001100111101001111001011000101011010001011000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997479; }

 p { color: rgb(153,116,121); }

 H1.HeaderClassName
 {
   color: #997479;
 }
 .AnyTagClassName
 {
   color: #997479;
 }
</style>
background-color css

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

 a { background-color: rgb(153,116,121); }

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

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

 span { border-color: rgb(153,116,121); }

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