#964877

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

Shades of Cannon Pink #964877

Tints of Cannon Pink #964877

Color information

#964877 (or 0x964877) is unknown color: approx Cannon Pink. HEX triplet: 96, 48 and 77. RGB value is (150,72,119). Sum of RGB (Red+Green+Blue) = 150+72+119=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #964877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964877 is #69B788. Grayscale: #646464. Windows color (decimal): -6928265 or 7817366. OLE color: 7817366.

HSL color Cylindrical-coordinate representation of color #964877: hue angle of 323.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964877 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15072119-
CMYK00.520.210.41
HSL323.85º35.14%43.53%-
HSV(B)323.85º52%58.82%-
XYZ18.2212.4518.9-
YUV100.68138.34163.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=43.99%
G=21.11%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211900.520.210.41323.8535.1443.53
Hex9648770341529144232c
Octal22611016706425515044354
Binary1001011010010001110111011010010101101001101000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964877; }

 p { color: rgb(150,72,119); }

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

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

 a { background-color: rgb(150,72,119); }

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

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

 span { border-color: rgb(150,72,119); }

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