#947175

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

Shades of Turkish Rose #947175

Tints of Turkish Rose #947175

Color information

#947175 (or 0x947175) is unknown color: approx Turkish Rose. HEX triplet: 94, 71 and 75. RGB value is (148,113,117). Sum of RGB (Red+Green+Blue) = 148+113+117=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947175 is #6B8E8A. Grayscale: #7B7B7B. Windows color (decimal): -7048843 or 7696788. OLE color: 7696788.

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

Color convert

RGB148113117-
CMYK00.240.210.42
HSL353.14º14.06%51.18%-
HSV(B)353.14º23.65%58.04%-
XYZ21.3319.3919.45-
YUV123.92124.1145.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=39.15%
G=29.89%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811311700.240.210.42353.1414.0651.18
Hex947175018152A161e33
Octal22416116503025525411663
Binary1001010011100011110101011000101011010101011000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947175; }

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

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

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

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

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

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

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

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