#965275

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

Shades of Cannon Pink #965275

Tints of Cannon Pink #965275

Color information

#965275 (or 0x965275) is unknown color: approx Cannon Pink. HEX triplet: 96, 52 and 75. RGB value is (150,82,117). Sum of RGB (Red+Green+Blue) = 150+82+117=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965275 is #69AD8A. Grayscale: #6A6A6A. Windows color (decimal): -6925707 or 7688854. OLE color: 7688854.

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

Color convert

RGB15082117-
CMYK00.450.220.41
HSL329.12º29.31%45.49%-
HSV(B)329.12º45.33%58.82%-
XYZ18.8113.818.5-
YUV106.32134.03159.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=42.98%
G=23.50%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508211700.450.220.41329.1229.3145.49
Hex96527502D16291491d2d
Octal22612216505526515113555
Binary100101101010010111010101011011011010100110100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965275; }

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

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

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

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

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

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

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

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