#947792

Color #947792 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #947792

Tints of Mountbatten Pink #947792

Color information

#947792 (or 0x947792) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 77 and 92. RGB value is (148,119,146). Sum of RGB (Red+Green+Blue) = 148+119+146=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #947792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947792 is #6B886D. Grayscale: #828282. Windows color (decimal): -7047278 or 9598868. OLE color: 9598868.

HSL color Cylindrical-coordinate representation of color #947792: hue angle of 304.14º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947792 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB148119146-
CMYK00.200.010.42
HSL304.14º11.93%52.35%-
HSV(B)304.14º19.59%58.04%-
XYZ2421.5630.09-
YUV130.75136.61140.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=35.84%
G=28.81%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811914600.200.010.42304.1411.9352.35
Hex94779201412A130c34
Octal2241672220241524601464
Binary1001010011101111001001001010011010101001100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947792; }

 p { color: rgb(148,119,146); }

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

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

 a { background-color: rgb(148,119,146); }

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

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

 span { border-color: rgb(148,119,146); }

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