#964D6B

Color #964D6B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #964D6B

Tints of Cannon Pink #964D6B

Color information

#964D6B (or 0x964D6B) is unknown color: approx Cannon Pink. HEX triplet: 96, 4D and 6B. RGB value is (150,77,107). Sum of RGB (Red+Green+Blue) = 150+77+107=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D6B is #69B294. Grayscale: #666666. Windows color (decimal): -6926997 or 7032214. OLE color: 7032214.

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

Color convert

RGB15077107-
CMYK00.490.290.41
HSL335.34º32.16%44.51%-
HSV(B)335.34º48.67%58.82%-
XYZ17.8912.8515.45-
YUV102.25130.68162.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=44.91%
G=23.05%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507710700.490.290.41335.3432.1644.51
Hex964D6B0311D2914f202d
Octal22611515306135515174055
Binary1001011010011011101011011000111101101001101001111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #964D6B;
 }
 .AnyTagClassName
 {
   color: #964D6B;
 }
</style>
background-color css

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

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

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

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

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

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