#975170

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

Shades of Cannon Pink #975170

Tints of Cannon Pink #975170

Color information

#975170 (or 0x975170) is unknown color: approx Cannon Pink. HEX triplet: 97, 51 and 70. RGB value is (151,81,112). Sum of RGB (Red+Green+Blue) = 151+81+112=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #975170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975170 is #68AE8F. Grayscale: #696969. Windows color (decimal): -6860432 or 7360919. OLE color: 7360919.

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

Color convert

RGB15181112-
CMYK00.460.260.41
HSL333.43º30.17%45.49%-
HSV(B)333.43º46.36%59.22%-
XYZ18.6313.6316.98-
YUV105.46131.69160.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.90%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=43.90%
G=23.55%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518111200.460.260.41333.4330.1745.49
Hex97517002E1A2914d1e2d
Octal22712116005632515153655
Binary100101111010001111000001011101101010100110100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975170; }

 p { color: rgb(151,81,112); }

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

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

 a { background-color: rgb(151,81,112); }

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

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

 span { border-color: rgb(151,81,112); }

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