#965271

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

Shades of Cannon Pink #965271

Tints of Cannon Pink #965271

Color information

#965271 (or 0x965271) is unknown color: approx Cannon Pink. HEX triplet: 96, 52 and 71. RGB value is (150,82,113). Sum of RGB (Red+Green+Blue) = 150+82+113=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965271 is #69AD8E. Grayscale: #696969. Windows color (decimal): -6925711 or 7426710. OLE color: 7426710.

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

Color convert

RGB15082113-
CMYK00.450.250.41
HSL332.65º29.31%45.49%-
HSV(B)332.65º45.33%58.82%-
XYZ18.5813.7117.29-
YUV105.87132.03159.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 113 (44.53% from 255) = 32.75%
R=43.48%
G=23.77%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508211300.450.250.41332.6529.3145.49
Hex96527102D192914d1d2d
Octal22612216105531515153555
Binary100101101010010111000101011011100110100110100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965271; }

 p { color: rgb(150,82,113); }

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

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

 a { background-color: rgb(150,82,113); }

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

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

 span { border-color: rgb(150,82,113); }

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