Html Css Color HEX #964C76 Cannon Pink

📋 copy color: '#964C76'

red 150 ◦ green 76 ◦ blue 118

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

Shades of Cannon Pink #964C76

Tints of Cannon Pink #964C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 43.6%
G = 22.09%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#964C76 (or 0x964C76) is known color: Cannon Pink. HEX triplet: 96, 4C and 76. RGB value is (150,76,118). Sum of RGB (Red+Green+Blue) = 150+76+118=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #964C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C76 is #69B389. Grayscale: #666666. Windows color (decimal): -6927242 or 7752854. OLE color: 7752854.

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

Color convert

RGB 150 76 118 -
CMYK 0 0.49 0.21 0.41
HSL 325.95º 0.33% 0.44% -
HSV(B) 325.95º 0.49% 0.59% -
XYZ 18.43 12.96 18.67 -
YUV 102.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 150 76 118 0 0.49 0.21 0.41 325.95 0.33 0.44
Hex 96 4C 76 0 31 15 29 146 21 2C
Octal 226 114 166 0 61 25 51 506 41 54
Binary 10010110 1001100 1110110 0 110001 10101 101001 101000110 100001 101100

Color Harmonies of #964C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C76

Black with #964C76

Text Example


Text Example

White with #964C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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