Html Css Color HEX #964C72 Cannon Pink

📋 copy color: '#964C72'

red 150 ◦ green 76 ◦ blue 114

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

Shades of Cannon Pink #964C72

Tints of Cannon Pink #964C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 44.12%
G = 22.35%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#964C72 (or 0x964C72) is known color: Cannon Pink. HEX triplet: 96, 4C and 72. RGB value is (150,76,114). Sum of RGB (Red+Green+Blue) = 150+76+114=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C72 is #69B38D. Grayscale: #666666. Windows color (decimal): -6927246 or 7490710. OLE color: 7490710.

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

Color convert

RGB 150 76 114 -
CMYK 0 0.49 0.24 0.41
HSL 329.19º 0.33% 0.44% -
HSV(B) 329.19º 0.49% 0.59% -
XYZ 18.2 12.87 17.44 -
YUV 102.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 150 76 114 0 0.49 0.24 0.41 329.19 0.33 0.44
Hex 96 4C 72 0 31 18 29 149 21 2C
Octal 226 114 162 0 61 30 51 511 41 54
Binary 10010110 1001100 1110010 0 110001 11000 101001 101001001 100001 101100

Color Harmonies of #964C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C72

Black with #964C72

Text Example


Text Example

White with #964C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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