Html Css Color HEX #964A71 Cannon Pink

📋 copy color: '#964A71'

red 150 ◦ green 74 ◦ blue 113

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

Shades of Cannon Pink #964A71

Tints of Cannon Pink #964A71

RGB

 RED value IS 150 (58.98% from 255) = 44.51%

 GREEN value IS 74 (29.3% from 255) = 21.96%

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

R = 44.51%
G = 21.96%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#964A71 (or 0x964A71) is known color: Cannon Pink. HEX triplet: 96, 4A and 71. RGB value is (150,74,113). Sum of RGB (Red+Green+Blue) = 150+74+113=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A71 is #69B58E. Grayscale: #656565. Windows color (decimal): -6927759 or 7424662. OLE color: 7424662.

HSL color Cylindrical-coordinate representation of color #964A71: hue angle of 329.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A71 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 113 -
CMYK 0 0.51 0.25 0.41
HSL 329.21º 0.34% 0.44% -
HSV(B) 329.21º 0.51% 0.59% -
XYZ 18.01 12.57 17.1 -
YUV 101.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 150 74 113 0 0.51 0.25 0.41 329.21 0.34 0.44
Hex 96 4A 71 0 33 19 29 149 22 2C
Octal 226 112 161 0 63 31 51 511 42 54
Binary 10010110 1001010 1110001 0 110011 11001 101001 101001001 100010 101100

Color Harmonies of #964A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A71

Black with #964A71

Text Example


Text Example

White with #964A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A71; }

 p { color: rgb(150,74,113); }

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

background-color css

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

 a { background-color: rgb(150,74,113); }

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

border-color css

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

 span { border-color: rgb(150,74,113); }

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