#975370

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

Shades of Cannon Pink #975370

Tints of Cannon Pink #975370

Color information

#975370 (or 0x975370) is unknown color: approx Cannon Pink. HEX triplet: 97, 53 and 70. RGB value is (151,83,112). Sum of RGB (Red+Green+Blue) = 151+83+112=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #975370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975370 is #68AC8F. Grayscale: #6A6A6A. Windows color (decimal): -6859920 or 7361431. OLE color: 7361431.

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

Color convert

RGB15183112-
CMYK00.450.260.41
HSL334.41º29.06%45.88%-
HSV(B)334.41º45.03%59.22%-
XYZ18.7813.9417.03-
YUV106.64131.03159.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=43.64%
G=23.99%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518311200.450.260.41334.4129.0645.88
Hex97537002D1A2914e1d2e
Octal22712316005532515163556
Binary100101111010011111000001011011101010100110100111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975370; }

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

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

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

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

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

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

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

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