#947176

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

Shades of Turkish Rose #947176

Tints of Turkish Rose #947176

Color information

#947176 (or 0x947176) is unknown color: approx Turkish Rose. HEX triplet: 94, 71 and 76. RGB value is (148,113,118). Sum of RGB (Red+Green+Blue) = 148+113+118=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #947176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947176 is #6B8E89. Grayscale: #7C7C7C. Windows color (decimal): -7048842 or 7762324. OLE color: 7762324.

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

Color convert

RGB148113118-
CMYK00.240.200.42
HSL351.43º14.06%51.18%-
HSV(B)351.43º23.65%58.04%-
XYZ21.3919.4119.76-
YUV124.04124.6145.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=39.05%
G=29.82%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811311800.240.200.42351.4314.0651.18
Hex947176018142A15fe33
Octal22416116603024525371663
Binary1001010011100011110110011000101001010101010111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947176; }

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

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

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

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

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

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

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

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