#954A72

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

Shades of Cannon Pink #954A72

Tints of Cannon Pink #954A72

Color information

#954A72 (or 0x954A72) is unknown color: approx Cannon Pink. HEX triplet: 95, 4A and 72. RGB value is (149,74,114). Sum of RGB (Red+Green+Blue) = 149+74+114=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A72 is #6AB58D. Grayscale: #646464. Windows color (decimal): -6993294 or 7490197. OLE color: 7490197.

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

Color convert

RGB14974114-
CMYK00.500.230.42
HSL328º33.63%43.73%-
HSV(B)328º50.34%58.43%-
XYZ17.8812.517.39-
YUV100.98135.35162.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=44.21%
G=21.96%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497411400.500.230.4232833.6343.73
Hex954A72032172A148222c
Octal22511216206227525104254
Binary1001010110010101110010011001010111101010101001000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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