#954D6E

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

Shades of Cannon Pink #954D6E

Tints of Cannon Pink #954D6E

Color information

#954D6E (or 0x954D6E) is unknown color: approx Cannon Pink. HEX triplet: 95, 4D and 6E. RGB value is (149,77,110). Sum of RGB (Red+Green+Blue) = 149+77+110=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D6E is #6AB291. Grayscale: #666666. Windows color (decimal): -6992530 or 7228821. OLE color: 7228821.

HSL color Cylindrical-coordinate representation of color #954D6E: hue angle of 332.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D6E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14977110-
CMYK00.480.260.42
HSL332.5º31.86%44.31%-
HSV(B)332.5º48.32%58.43%-
XYZ17.8612.8216.29-
YUV102.29132.35161.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=44.35%
G=22.92%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497711000.480.260.42332.531.8644.31
Hex954D6E0301A2A14c202c
Octal22511515606032525144054
Binary1001010110011011101110011000011010101010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954D6E; }

 p { color: rgb(149,77,110); }

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

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

 a { background-color: rgb(149,77,110); }

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

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

 span { border-color: rgb(149,77,110); }

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