Html Css Color HEX #947688 Mountbatten Pink

📋 copy color: '#947688'

red 148 ◦ green 118 ◦ blue 136

#947688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #947688

Tints of Mountbatten Pink #947688

RGB

 RED value IS 148 (58.2% 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 value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#947688 (or 0x947688) is known color: 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

RGB 148 118 136 -
CMYK 0 0.20 0.08 0.42
HSL 324º 0.12% 0.52% -
HSV(B) 324º 0.2% 0.58% -
XYZ 23.14 21.03 26.13 -
YUV 129.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 148 118 136 0 0.20 0.08 0.42 324 0.12 0.52
Hex 94 76 88 0 14 8 2A 144 C 34
Octal 224 166 210 0 24 10 52 504 14 64
Binary 10010100 1110110 10001000 0 10100 1000 101010 101000100 1100 110100

Color Harmonies of #947688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947688

Black with #947688

Text Example


Text Example

White with #947688

Text Example


Text Example

HTML Codes & Css Web 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>