#954A6F

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

Shades of Cannon Pink #954A6F

Tints of Cannon Pink #954A6F

Color information

#954A6F (or 0x954A6F) is unknown color: approx Cannon Pink. HEX triplet: 95, 4A and 6F. RGB value is (149,74,111). Sum of RGB (Red+Green+Blue) = 149+74+111=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #954A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A6F is #6AB590. Grayscale: #646464. Windows color (decimal): -6993297 or 7293589. OLE color: 7293589.

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

Color convert

RGB14974111-
CMYK00.500.260.42
HSL330.4º33.63%43.73%-
HSV(B)330.4º50.34%58.43%-
XYZ17.7112.4316.51-
YUV100.64133.85162.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=44.61%
G=22.16%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497411100.500.260.42330.433.6343.73
Hex954A6F0321A2A14a222c
Octal22511215706232525124254
Binary1001010110010101101111011001011010101010101001010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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