#964F6B

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

Shades of Cannon Pink #964F6B

Tints of Cannon Pink #964F6B

Color information

#964F6B (or 0x964F6B) is unknown color: approx Cannon Pink. HEX triplet: 96, 4F and 6B. RGB value is (150,79,107). Sum of RGB (Red+Green+Blue) = 150+79+107=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F6B is #69B094. Grayscale: #676767. Windows color (decimal): -6926485 or 7032726. OLE color: 7032726.

HSL color Cylindrical-coordinate representation of color #964F6B: hue angle of 336.34º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F6B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15079107-
CMYK00.470.290.41
HSL336.34º31%44.9%-
HSV(B)336.34º47.33%58.82%-
XYZ18.0313.1415.5-
YUV103.42130.02161.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=44.64%
G=23.51%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507910700.470.290.41336.343144.9
Hex964F6B02F1D291501f2d
Octal22611715305735515203755
Binary100101101001111110101101011111110110100110101000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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