#975175

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

Shades of Cannon Pink #975175

Tints of Cannon Pink #975175

Color information

#975175 (or 0x975175) is unknown color: approx Cannon Pink. HEX triplet: 97, 51 and 75. RGB value is (151,81,117). Sum of RGB (Red+Green+Blue) = 151+81+117=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975175 is #68AE8A. Grayscale: #696969. Windows color (decimal): -6860427 or 7688599. OLE color: 7688599.

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

Color convert

RGB15181117-
CMYK00.460.230.41
HSL329.14º30.17%45.49%-
HSV(B)329.14º46.36%59.22%-
XYZ18.9213.7518.49-
YUV106.03134.19160.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=43.27%
G=23.21%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518111700.460.230.41329.1430.1745.49
Hex97517502E17291491e2d
Octal22712116505627515113655
Binary100101111010001111010101011101011110100110100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975175; }

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

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

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

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

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

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

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

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