Html Css Color HEX #964D74 Cannon Pink

📋 copy color: '#964D74'

red 150 ◦ green 77 ◦ blue 116

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

Shades of Cannon Pink #964D74

Tints of Cannon Pink #964D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 43.73%
G = 22.45%
B = 33.82%

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

#964D74 (or 0x964D74) is known color: Cannon Pink. HEX triplet: 96, 4D and 74. RGB value is (150,77,116). Sum of RGB (Red+Green+Blue) = 150+77+116=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D74 is #69B28B. Grayscale: #676767. Windows color (decimal): -6926988 or 7622038. OLE color: 7622038.

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

Color convert

RGB 150 77 116 -
CMYK 0 0.49 0.23 0.41
HSL 327.95º 0.32% 0.45% -
HSV(B) 327.95º 0.49% 0.59% -
XYZ 18.38 13.05 18.07 -
YUV 103.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 150 77 116 0 0.49 0.23 0.41 327.95 0.32 0.45
Hex 96 4D 74 0 31 17 29 148 20 2D
Octal 226 115 164 0 61 27 51 510 40 55
Binary 10010110 1001101 1110100 0 110001 10111 101001 101001000 100000 101101

Color Harmonies of #964D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D74

Black with #964D74

Text Example


Text Example

White with #964D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,77,116); }

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

background-color css

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

 a { background-color: rgb(150,77,116); }

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

border-color css

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

 span { border-color: rgb(150,77,116); }

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