Html Css Color HEX #964A72 Cannon Pink

📋 copy color: '#964A72'

red 150 ◦ green 74 ◦ blue 114

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

Shades of Cannon Pink #964A72

Tints of Cannon Pink #964A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 44.38%
G = 21.89%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#964A72 (or 0x964A72) is known color: Cannon Pink. HEX triplet: 96, 4A and 72. RGB value is (150,74,114). Sum of RGB (Red+Green+Blue) = 150+74+114=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A72 is #69B58D. Grayscale: #656565. Windows color (decimal): -6927758 or 7490198. OLE color: 7490198.

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

Color convert

RGB 150 74 114 -
CMYK 0 0.51 0.24 0.41
HSL 328.42º 0.34% 0.44% -
HSV(B) 328.42º 0.51% 0.59% -
XYZ 18.06 12.6 17.4 -
YUV 101.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 150 74 114 0 0.51 0.24 0.41 328.42 0.34 0.44
Hex 96 4A 72 0 33 18 29 148 22 2C
Octal 226 112 162 0 63 30 51 510 42 54
Binary 10010110 1001010 1110010 0 110011 11000 101001 101001000 100010 101100

Color Harmonies of #964A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A72

Black with #964A72

Text Example


Text Example

White with #964A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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