Html Css Color HEX #964C6E Cannon Pink

📋 copy color: '#964C6E'

red 150 ◦ green 76 ◦ blue 110

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

Shades of Cannon Pink #964C6E

Tints of Cannon Pink #964C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 44.64%
G = 22.62%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#964C6E (or 0x964C6E) is known color: Cannon Pink. HEX triplet: 96, 4C and 6E. RGB value is (150,76,110). Sum of RGB (Red+Green+Blue) = 150+76+110=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C6E is #69B391. Grayscale: #656565. Windows color (decimal): -6927250 or 7228566. OLE color: 7228566.

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

Color convert

RGB 150 76 110 -
CMYK 0 0.49 0.27 0.41
HSL 332.43º 0.33% 0.44% -
HSV(B) 332.43º 0.49% 0.59% -
XYZ 17.98 12.78 16.27 -
YUV 102 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 150 76 110 0 0.49 0.27 0.41 332.43 0.33 0.44
Hex 96 4C 6E 0 31 1B 29 14C 21 2C
Octal 226 114 156 0 61 33 51 514 41 54
Binary 10010110 1001100 1101110 0 110001 11011 101001 101001100 100001 101100

Color Harmonies of #964C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C6E

Black with #964C6E

Text Example


Text Example

White with #964C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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