#975176

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

Shades of Cannon Pink #975176

Tints of Cannon Pink #975176

Color information

#975176 (or 0x975176) is unknown color: approx Cannon Pink. HEX triplet: 97, 51 and 76. RGB value is (151,81,118). Sum of RGB (Red+Green+Blue) = 151+81+118=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #975176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975176 is #68AE89. Grayscale: #6A6A6A. Windows color (decimal): -6860426 or 7754135. OLE color: 7754135.

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

Color convert

RGB15181118-
CMYK00.460.220.41
HSL328.29º30.17%45.49%-
HSV(B)328.29º46.36%59.22%-
XYZ18.9713.7718.8-
YUV106.15134.69159.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=43.14%
G=23.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518111800.460.220.41328.2930.1745.49
Hex97517602E16291481e2d
Octal22712116605626515103655
Binary100101111010001111011001011101011010100110100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975176; }

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

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

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

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

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

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

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

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