#954971

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

Shades of Cannon Pink #954971

Tints of Cannon Pink #954971

Color information

#954971 (or 0x954971) is unknown color: approx Cannon Pink. HEX triplet: 95, 49 and 71. RGB value is (149,73,113). Sum of RGB (Red+Green+Blue) = 149+73+113=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954971 is #6AB68E. Grayscale: #646464. Windows color (decimal): -6993551 or 7424405. OLE color: 7424405.

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

Color convert

RGB14973113-
CMYK00.510.240.42
HSL328.42º34.23%43.53%-
HSV(B)328.42º51.01%58.43%-
XYZ17.7612.3517.07-
YUV100.28135.18162.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=44.48%
G=21.79%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497311300.510.240.42328.4234.2343.53
Hex954971033182A148222c
Octal22511116106330525104254
Binary1001010110010011110001011001111000101010101001000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954971; }

 p { color: rgb(149,73,113); }

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

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

 a { background-color: rgb(149,73,113); }

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

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

 span { border-color: rgb(149,73,113); }

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