#947379

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

Shades of Turkish Rose #947379

Tints of Turkish Rose #947379

Color information

#947379 (or 0x947379) is unknown color: approx Turkish Rose. HEX triplet: 94, 73 and 79. RGB value is (148,115,121). Sum of RGB (Red+Green+Blue) = 148+115+121=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #947379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947379 is #6B8C86. Grayscale: #7D7D7D. Windows color (decimal): -7048327 or 7959444. OLE color: 7959444.

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

Color convert

RGB148115121-
CMYK00.220.180.42
HSL349.09º13.36%51.57%-
HSV(B)349.09º22.3%58.04%-
XYZ21.7919.9420.79-
YUV125.55125.43144.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=38.54%
G=29.95%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811512100.220.180.42349.0913.3651.57
Hex947379016122A15dd34
Octal22416317102622525351564
Binary1001010011100111111001010110100101010101010111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947379; }

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

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

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

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

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

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

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

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