Html Css Color HEX #964A73 Cannon Pink

📋 copy color: '#964A73'

red 150 ◦ green 74 ◦ blue 115

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

Shades of Cannon Pink #964A73

Tints of Cannon Pink #964A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 44.25%
G = 21.83%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964A73 (or 0x964A73) is known color: Cannon Pink. HEX triplet: 96, 4A and 73. RGB value is (150,74,115). Sum of RGB (Red+Green+Blue) = 150+74+115=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A73 is #69B58C. Grayscale: #656565. Windows color (decimal): -6927757 or 7555734. OLE color: 7555734.

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

Color convert

RGB 150 74 115 -
CMYK 0 0.51 0.23 0.41
HSL 327.63º 0.34% 0.44% -
HSV(B) 327.63º 0.51% 0.59% -
XYZ 18.12 12.62 17.7 -
YUV 101.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 150 74 115 0 0.51 0.23 0.41 327.63 0.34 0.44
Hex 96 4A 73 0 33 17 29 148 22 2C
Octal 226 112 163 0 63 27 51 510 42 54
Binary 10010110 1001010 1110011 0 110011 10111 101001 101001000 100010 101100

Color Harmonies of #964A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A73

Black with #964A73

Text Example


Text Example

White with #964A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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