Html Css Color HEX #964C73 Cannon Pink

📋 copy color: '#964C73'

red 150 ◦ green 76 ◦ blue 115

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

Shades of Cannon Pink #964C73

Tints of Cannon Pink #964C73

RGB

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

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

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

R = 43.99%
G = 22.29%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#964C73 (or 0x964C73) is known color: Cannon Pink. HEX triplet: 96, 4C and 73. RGB value is (150,76,115). Sum of RGB (Red+Green+Blue) = 150+76+115=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C73 is #69B38C. Grayscale: #666666. Windows color (decimal): -6927245 or 7556246. OLE color: 7556246.

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

Color convert

RGB 150 76 115 -
CMYK 0 0.49 0.23 0.41
HSL 328.38º 0.33% 0.44% -
HSV(B) 328.38º 0.49% 0.59% -
XYZ 18.26 12.89 17.75 -
YUV 102.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 150 76 115 0 0.49 0.23 0.41 328.38 0.33 0.44
Hex 96 4C 73 0 31 17 29 148 21 2C
Octal 226 114 163 0 61 27 51 510 41 54
Binary 10010110 1001100 1110011 0 110001 10111 101001 101001000 100001 101100

Color Harmonies of #964C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C73

Black with #964C73

Text Example


Text Example

White with #964C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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