#947278

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

Shades of Turkish Rose #947278

Tints of Turkish Rose #947278

Color information

#947278 (or 0x947278) is unknown color: approx Turkish Rose. HEX triplet: 94, 72 and 78. RGB value is (148,114,120). Sum of RGB (Red+Green+Blue) = 148+114+120=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #947278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947278 is #6B8D87. Grayscale: #7C7C7C. Windows color (decimal): -7048584 or 7893652. OLE color: 7893652.

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

Color convert

RGB148114120-
CMYK00.230.190.42
HSL349.41º13.71%51.37%-
HSV(B)349.41º22.97%58.04%-
XYZ21.6219.6920.43-
YUV124.85125.26144.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=38.74%
G=29.84%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811412000.230.190.42349.4113.7151.37
Hex947278017132A15de33
Octal22416217002723525351663
Binary1001010011100101111000010111100111010101010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947278; }

 p { color: rgb(148,114,120); }

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

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

 a { background-color: rgb(148,114,120); }

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

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

 span { border-color: rgb(148,114,120); }

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