#964875

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

Shades of Cannon Pink #964875

Tints of Cannon Pink #964875

Color information

#964875 (or 0x964875) is unknown color: approx Cannon Pink. HEX triplet: 96, 48 and 75. RGB value is (150,72,117). Sum of RGB (Red+Green+Blue) = 150+72+117=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964875 is #69B78A. Grayscale: #646464. Windows color (decimal): -6928267 or 7686294. OLE color: 7686294.

HSL color Cylindrical-coordinate representation of color #964875: hue angle of 325.38º 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 #964875 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15072117-
CMYK00.520.220.41
HSL325.38º35.14%43.53%-
HSV(B)325.38º52%58.82%-
XYZ18.1112.418.27-
YUV100.45137.34163.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=44.25%
G=21.24%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211700.520.220.41325.3835.1443.53
Hex9648750341629145232c
Octal22611016506426515054354
Binary1001011010010001110101011010010110101001101000101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964875; }

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

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

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

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

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

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

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

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