#947688

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

Shades of Mountbatten Pink #947688

Tints of Mountbatten Pink #947688

Color information

#947688 (or 0x947688) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 76 and 88. RGB value is (148,118,136). Sum of RGB (Red+Green+Blue) = 148+118+136=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #947688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947688 is #6B8977. Grayscale: #808080. Windows color (decimal): -7047544 or 8943252. OLE color: 8943252.

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

Color convert

RGB148118136-
CMYK00.200.080.42
HSL324º12.3%52.16%-
HSV(B)324º20.27%58.04%-
XYZ23.1421.0326.13-
YUV129.02131.94141.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 136 (53.52% from 255) = 33.83%
R=36.82%
G=29.35%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811813600.200.080.4232412.352.16
Hex94768801482A144c34
Octal22416621002410525041464
Binary1001010011101101000100001010010001010101010001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947688; }

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

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

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

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

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

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

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

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