#947692

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

Shades of Mountbatten Pink #947692

Tints of Mountbatten Pink #947692

Color information

#947692 (or 0x947692) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 76 and 92. RGB value is (148,118,146). Sum of RGB (Red+Green+Blue) = 148+118+146=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #947692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947692 is #6B896D. Grayscale: #828282. Windows color (decimal): -7047534 or 9598612. OLE color: 9598612.

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

Color convert

RGB148118146-
CMYK00.200.010.42
HSL304º12.3%52.16%-
HSV(B)304º20.27%58.04%-
XYZ23.8821.3330.05-
YUV130.16136.94140.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=35.92%
G=28.64%
B=35.44%

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
Decimal14811814600.200.010.4230412.352.16
Hex94769201412A130c34
Octal2241662220241524601464
Binary1001010011101101001001001010011010101001100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947692; }

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

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

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

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

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

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

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

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