Html Css Color HEX #975371 Cannon Pink

📋 copy color: '#975371'

red 151 ◦ green 83 ◦ blue 113

#975371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #975371

Tints of Cannon Pink #975371

RGB

 RED value IS 151 (59.38% from 255) = 43.52%

 GREEN value IS 83 (32.81% from 255) = 23.92%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 43.52%
G = 23.92%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#975371 (or 0x975371) is known color: Cannon Pink. HEX triplet: 97, 53 and 71. RGB value is (151,83,113). Sum of RGB (Red+Green+Blue) = 151+83+113=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #975371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975371 is #68AC8E. Grayscale: #6A6A6A. Windows color (decimal): -6859919 or 7426967. OLE color: 7426967.

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

Color convert

RGB 151 83 113 -
CMYK 0 0.45 0.25 0.41
HSL 333.53º 0.29% 0.46% -
HSV(B) 333.53º 0.45% 0.59% -
XYZ 18.84 13.96 17.32 -
YUV 106.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 151 83 113 0 0.45 0.25 0.41 333.53 0.29 0.46
Hex 97 53 71 0 2D 19 29 14E 1D 2E
Octal 227 123 161 0 55 31 51 516 35 56
Binary 10010111 1010011 1110001 0 101101 11001 101001 101001110 11101 101110

Color Harmonies of #975371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975371

Black with #975371

Text Example


Text Example

White with #975371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975371; }

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

 H1.HeaderClassName
 {
   color: #975371;
 }
 .AnyTagClassName
 {
   color: #975371;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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