Html Css Color HEX #964978 Cannon Pink

📋 copy color: '#964978'

red 150 ◦ green 73 ◦ blue 120

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

Shades of Cannon Pink #964978

Tints of Cannon Pink #964978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 43.73%
G = 21.28%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#964978 (or 0x964978) is known color: Cannon Pink. HEX triplet: 96, 49 and 78. RGB value is (150,73,120). Sum of RGB (Red+Green+Blue) = 150+73+120=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964978 is #69B687. Grayscale: #656565. Windows color (decimal): -6928008 or 7883158. OLE color: 7883158.

HSL color Cylindrical-coordinate representation of color #964978: hue angle of 323.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964978 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 120 -
CMYK 0 0.51 0.20 0.41
HSL 323.38º 0.35% 0.44% -
HSV(B) 323.38º 0.51% 0.59% -
XYZ 18.35 12.61 19.24 -
YUV 101.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 150 73 120 0 0.51 0.20 0.41 323.38 0.35 0.44
Hex 96 49 78 0 33 14 29 143 23 2C
Octal 226 111 170 0 63 24 51 503 43 54
Binary 10010110 1001001 1111000 0 110011 10100 101001 101000011 100011 101100

Color Harmonies of #964978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964978

Black with #964978

Text Example


Text Example

White with #964978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964978; }

 p { color: rgb(150,73,120); }

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

background-color css

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

 a { background-color: rgb(150,73,120); }

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

border-color css

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

 span { border-color: rgb(150,73,120); }

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