Html Css Color HEX #964C71 Cannon Pink

📋 copy color: '#964C71'

red 150 ◦ green 76 ◦ blue 113

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

Shades of Cannon Pink #964C71

Tints of Cannon Pink #964C71

RGB

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

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

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

R = 44.25%
G = 22.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#964C71 (or 0x964C71) is known color: Cannon Pink. HEX triplet: 96, 4C and 71. RGB value is (150,76,113). Sum of RGB (Red+Green+Blue) = 150+76+113=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C71 is #69B38E. Grayscale: #666666. Windows color (decimal): -6927247 or 7425174. OLE color: 7425174.

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

Color convert

RGB 150 76 113 -
CMYK 0 0.49 0.25 0.41
HSL 330º 0.33% 0.44% -
HSV(B) 330º 0.49% 0.59% -
XYZ 18.14 12.85 17.15 -
YUV 102.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 150 76 113 0 0.49 0.25 0.41 330 0.33 0.44
Hex 96 4C 71 0 31 19 29 14A 21 2C
Octal 226 114 161 0 61 31 51 512 41 54
Binary 10010110 1001100 1110001 0 110001 11001 101001 101001010 100001 101100

Color Harmonies of #964C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C71

Black with #964C71

Text Example


Text Example

White with #964C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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