#947174

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

Shades of Turkish Rose #947174

Tints of Turkish Rose #947174

Color information

#947174 (or 0x947174) is unknown color: approx Turkish Rose. HEX triplet: 94, 71 and 74. RGB value is (148,113,116). Sum of RGB (Red+Green+Blue) = 148+113+116=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #947174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947174 is #6B8E8B. Grayscale: #7B7B7B. Windows color (decimal): -7048844 or 7631252. OLE color: 7631252.

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

Color convert

RGB148113116-
CMYK00.240.220.42
HSL354.86º14.06%51.18%-
HSV(B)354.86º23.65%58.04%-
XYZ21.2719.3719.14-
YUV123.81123.6145.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=39.26%
G=29.97%
B=30.77%

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
Decimal14811311600.240.220.42354.8614.0651.18
Hex947174018162A163e33
Octal22416116403026525431663
Binary1001010011100011110100011000101101010101011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947174; }

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

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

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

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

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

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

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

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