#965170

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

Shades of Cannon Pink #965170

Tints of Cannon Pink #965170

Color information

#965170 (or 0x965170) is unknown color: approx Cannon Pink. HEX triplet: 96, 51 and 70. RGB value is (150,81,112). Sum of RGB (Red+Green+Blue) = 150+81+112=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #965170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965170 is #69AE8F. Grayscale: #696969. Windows color (decimal): -6925968 or 7360918. OLE color: 7360918.

HSL color Cylindrical-coordinate representation of color #965170: hue angle of 333.04º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965170 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15081112-
CMYK00.460.250.41
HSL333.04º29.87%45.29%-
HSV(B)333.04º46%58.82%-
XYZ18.4413.5416.97-
YUV105.16131.86159.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=43.73%
G=23.62%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508111200.460.250.41333.0429.8745.29
Hex96517002E192914d1e2d
Octal22612116005631515153655
Binary100101101010001111000001011101100110100110100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965170; }

 p { color: rgb(150,81,112); }

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

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

 a { background-color: rgb(150,81,112); }

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

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

 span { border-color: rgb(150,81,112); }

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