Html Css Color HEX #964A75 Cannon Pink

📋 copy color: '#964A75'

red 150 ◦ green 74 ◦ blue 117

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

Shades of Cannon Pink #964A75

Tints of Cannon Pink #964A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 43.99%
G = 21.7%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#964A75 (or 0x964A75) is known color: Cannon Pink. HEX triplet: 96, 4A and 75. RGB value is (150,74,117). Sum of RGB (Red+Green+Blue) = 150+74+117=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A75 is #69B58A. Grayscale: #656565. Windows color (decimal): -6927755 or 7686806. OLE color: 7686806.

HSL color Cylindrical-coordinate representation of color #964A75: hue angle of 326.05º degrees, saturation: 0.34, 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 #964A75 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 117 -
CMYK 0 0.51 0.22 0.41
HSL 326.05º 0.34% 0.44% -
HSV(B) 326.05º 0.51% 0.59% -
XYZ 18.24 12.67 18.31 -
YUV 101.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 150 74 117 0 0.51 0.22 0.41 326.05 0.34 0.44
Hex 96 4A 75 0 33 16 29 146 22 2C
Octal 226 112 165 0 63 26 51 506 42 54
Binary 10010110 1001010 1110101 0 110011 10110 101001 101000110 100010 101100

Color Harmonies of #964A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A75

Black with #964A75

Text Example


Text Example

White with #964A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,74,117); }

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

background-color css

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

 a { background-color: rgb(150,74,117); }

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

border-color css

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

 span { border-color: rgb(150,74,117); }

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