#947579

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

Shades of Turkish Rose #947579

Tints of Turkish Rose #947579

Color information

#947579 (or 0x947579) is unknown color: approx Turkish Rose. HEX triplet: 94, 75 and 79. RGB value is (148,117,121). Sum of RGB (Red+Green+Blue) = 148+117+121=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #947579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947579 is #6B8A86. Grayscale: #7E7E7E. Windows color (decimal): -7047815 or 7959956. OLE color: 7959956.

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

Color convert

RGB148117121-
CMYK00.210.180.42
HSL352.26º12.65%51.96%-
HSV(B)352.26º20.95%58.04%-
XYZ22.0320.420.87-
YUV126.72124.77143.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=38.34%
G=30.31%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811712100.210.180.42352.2612.6551.96
Hex947579015122A160d34
Octal22416517102522525401564
Binary1001010011101011111001010101100101010101011000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947579; }

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

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

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

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

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

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

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

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