Html Css Color HEX #964D70 Cannon Pink

📋 copy color: '#964D70'

red 150 ◦ green 77 ◦ blue 112

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

Shades of Cannon Pink #964D70

Tints of Cannon Pink #964D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 44.25%
G = 22.71%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#964D70 (or 0x964D70) is known color: Cannon Pink. HEX triplet: 96, 4D and 70. RGB value is (150,77,112). Sum of RGB (Red+Green+Blue) = 150+77+112=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D70 is #69B28F. Grayscale: #666666. Windows color (decimal): -6926992 or 7359894. OLE color: 7359894.

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

Color convert

RGB 150 77 112 -
CMYK 0 0.49 0.25 0.41
HSL 331.23º 0.32% 0.45% -
HSV(B) 331.23º 0.49% 0.59% -
XYZ 18.16 12.96 16.87 -
YUV 102.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 150 77 112 0 0.49 0.25 0.41 331.23 0.32 0.45
Hex 96 4D 70 0 31 19 29 14B 20 2D
Octal 226 115 160 0 61 31 51 513 40 55
Binary 10010110 1001101 1110000 0 110001 11001 101001 101001011 100000 101101

Color Harmonies of #964D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D70

Black with #964D70

Text Example


Text Example

White with #964D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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