#954D6F

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

Shades of Cannon Pink #954D6F

Tints of Cannon Pink #954D6F

Color information

#954D6F (or 0x954D6F) is unknown color: approx Cannon Pink. HEX triplet: 95, 4D and 6F. RGB value is (149,77,111). Sum of RGB (Red+Green+Blue) = 149+77+111=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D6F is #6AB290. Grayscale: #666666. Windows color (decimal): -6992529 or 7294357. OLE color: 7294357.

HSL color Cylindrical-coordinate representation of color #954D6F: hue angle of 331.67º 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 #954D6F is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14977111-
CMYK00.480.260.42
HSL331.67º31.86%44.31%-
HSV(B)331.67º48.32%58.43%-
XYZ17.9212.8516.57-
YUV102.4132.85161.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=44.21%
G=22.85%
B=32.94%

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
Decimal1497711100.480.260.42331.6731.8644.31
Hex954D6F0301A2A14c202c
Octal22511515706032525144054
Binary1001010110011011101111011000011010101010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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