#947173

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

Shades of Turkish Rose #947173

Tints of Turkish Rose #947173

Color information

#947173 (or 0x947173) is unknown color: approx Turkish Rose. HEX triplet: 94, 71 and 73. RGB value is (148,113,115). Sum of RGB (Red+Green+Blue) = 148+113+115=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #947173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947173 is #6B8E8C. Grayscale: #7B7B7B. Windows color (decimal): -7048845 or 7565716. OLE color: 7565716.

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

Color convert

RGB148113115-
CMYK00.240.220.42
HSL356.57º14.06%51.18%-
HSV(B)356.57º23.65%58.04%-
XYZ21.2119.3418.84-
YUV123.69123.1145.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=39.36%
G=30.05%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811311500.240.220.42356.5714.0651.18
Hex947173018162A165e33
Octal22416116303026525451663
Binary1001010011100011110011011000101101010101011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947173; }

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

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

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

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

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

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

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

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