#947374

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

Shades of Turkish Rose #947374

Tints of Turkish Rose #947374

Color information

#947374 (or 0x947374) is unknown color: approx Turkish Rose. HEX triplet: 94, 73 and 74. RGB value is (148,115,116). Sum of RGB (Red+Green+Blue) = 148+115+116=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #947374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947374 is #6B8C8B. Grayscale: #7D7D7D. Windows color (decimal): -7048332 or 7631764. OLE color: 7631764.

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

Color convert

RGB148115116-
CMYK00.220.220.42
HSL358.18º13.36%51.57%-
HSV(B)358.18º22.3%58.04%-
XYZ21.519.8219.22-
YUV124.98122.93144.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=39.05%
G=30.34%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811511600.220.220.42358.1813.3651.57
Hex947374016162A166d34
Octal22416316402626525461564
Binary1001010011100111110100010110101101010101011001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947374; }

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

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

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

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

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

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

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

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