#975272

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

Shades of Cannon Pink #975272

Tints of Cannon Pink #975272

Color information

#975272 (or 0x975272) is unknown color: approx Cannon Pink. HEX triplet: 97, 52 and 72. RGB value is (151,82,114). Sum of RGB (Red+Green+Blue) = 151+82+114=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #975272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975272 is #68AD8D. Grayscale: #6A6A6A. Windows color (decimal): -6860174 or 7492247. OLE color: 7492247.

HSL color Cylindrical-coordinate representation of color #975272: hue angle of 332.17º 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 #975272 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15182114-
CMYK00.460.250.41
HSL332.17º29.61%45.69%-
HSV(B)332.17º45.7%59.22%-
XYZ18.8213.8317.6-
YUV106.28132.36159.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=43.52%
G=23.63%
B=32.85%

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
Decimal1518211400.460.250.41332.1729.6145.69
Hex97527202E192914c1e2e
Octal22712216205631515143656
Binary100101111010010111001001011101100110100110100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975272; }

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

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

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

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

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

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

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

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