#975271

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

Shades of Cannon Pink #975271

Tints of Cannon Pink #975271

Color information

#975271 (or 0x975271) is unknown color: approx Cannon Pink. HEX triplet: 97, 52 and 71. RGB value is (151,82,113). Sum of RGB (Red+Green+Blue) = 151+82+113=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #975271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975271 is #68AD8E. Grayscale: #6A6A6A. Windows color (decimal): -6860175 or 7426711. OLE color: 7426711.

HSL color Cylindrical-coordinate representation of color #975271: hue angle of 333.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975271 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15182113-
CMYK00.460.250.41
HSL333.04º29.61%45.69%-
HSV(B)333.04º45.7%59.22%-
XYZ18.7613.8117.3-
YUV106.16131.86159.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=43.64%
G=23.70%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518211300.460.250.41333.0429.6145.69
Hex97527102E192914d1e2e
Octal22712216105631515153656
Binary100101111010010111000101011101100110100110100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975271; }

 p { color: rgb(151,82,113); }

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

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

 a { background-color: rgb(151,82,113); }

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

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

 span { border-color: rgb(151,82,113); }

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