Html Css Color HEX #964C74 Cannon Pink

📋 copy color: '#964C74'

red 150 ◦ green 76 ◦ blue 116

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

Shades of Cannon Pink #964C74

Tints of Cannon Pink #964C74

RGB

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

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

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

R = 43.86%
G = 22.22%
B = 33.92%

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

#964C74 (or 0x964C74) is known color: Cannon Pink. HEX triplet: 96, 4C and 74. RGB value is (150,76,116). Sum of RGB (Red+Green+Blue) = 150+76+116=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #964C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C74 is #69B38B. Grayscale: #666666. Windows color (decimal): -6927244 or 7621782. OLE color: 7621782.

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

Color convert

RGB 150 76 116 -
CMYK 0 0.49 0.23 0.41
HSL 327.57º 0.33% 0.44% -
HSV(B) 327.57º 0.49% 0.59% -
XYZ 18.31 12.91 18.05 -
YUV 102.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 150 76 116 0 0.49 0.23 0.41 327.57 0.33 0.44
Hex 96 4C 74 0 31 17 29 148 21 2C
Octal 226 114 164 0 61 27 51 510 41 54
Binary 10010110 1001100 1110100 0 110001 10111 101001 101001000 100001 101100

Color Harmonies of #964C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C74

Black with #964C74

Text Example


Text Example

White with #964C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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