#964B6F

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

Shades of Cannon Pink #964B6F

Tints of Cannon Pink #964B6F

Color information

#964B6F (or 0x964B6F) is unknown color: approx Cannon Pink. HEX triplet: 96, 4B and 6F. RGB value is (150,75,111). Sum of RGB (Red+Green+Blue) = 150+75+111=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B6F is #69B490. Grayscale: #656565. Windows color (decimal): -6927505 or 7293846. OLE color: 7293846.

HSL color Cylindrical-coordinate representation of color #964B6F: hue angle of 331.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B6F is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15075111-
CMYK00.50.260.41
HSL331.2º33.33%44.12%-
HSV(B)331.2º50%58.82%-
XYZ17.9612.6616.54-
YUV101.53133.35162.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=44.64%
G=22.32%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507511100.50.260.41331.233.3344.12
Hex964B6F0321A2914b212c
Octal22611315706232515134154
Binary1001011010010111101111011001011010101001101001011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,111); }

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

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

 a { background-color: rgb(150,75,111); }

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

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

 span { border-color: rgb(150,75,111); }

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