Html Css Color HEX #964878 Cannon Pink

📋 copy color: '#964878'

red 150 ◦ green 72 ◦ blue 120

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

Shades of Cannon Pink #964878

Tints of Cannon Pink #964878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 43.86%
G = 21.05%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#964878 (or 0x964878) is known color: Cannon Pink. HEX triplet: 96, 48 and 78. RGB value is (150,72,120). Sum of RGB (Red+Green+Blue) = 150+72+120=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #964878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964878 is #69B787. Grayscale: #646464. Windows color (decimal): -6928264 or 7882902. OLE color: 7882902.

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

Color convert

RGB 150 72 120 -
CMYK 0 0.52 0.20 0.41
HSL 323.08º 0.35% 0.44% -
HSV(B) 323.08º 0.52% 0.59% -
XYZ 18.29 12.47 19.21 -
YUV 100.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 150 72 120 0 0.52 0.20 0.41 323.08 0.35 0.44
Hex 96 48 78 0 34 14 29 143 23 2C
Octal 226 110 170 0 64 24 51 503 43 54
Binary 10010110 1001000 1111000 0 110100 10100 101001 101000011 100011 101100

Color Harmonies of #964878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964878

Black with #964878

Text Example


Text Example

White with #964878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964878; }

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

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

background-color css

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

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

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

border-color css

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

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

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