#96526E

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

Shades of Cannon Pink #96526E

Tints of Cannon Pink #96526E

Color information

#96526E (or 0x96526E) is unknown color: approx Cannon Pink. HEX triplet: 96, 52 and 6E. RGB value is (150,82,110). Sum of RGB (Red+Green+Blue) = 150+82+110=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96526E is #69AD91. Grayscale: #696969. Windows color (decimal): -6925714 or 7230102. OLE color: 7230102.

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

Color convert

RGB15082110-
CMYK00.450.270.41
HSL335.29º29.31%45.49%-
HSV(B)335.29º45.33%58.82%-
XYZ18.4113.6416.42-
YUV105.52130.53159.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=43.86%
G=23.98%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508211000.450.270.41335.2929.3145.49
Hex96526E02D1B2914f1d2d
Octal22612215605533515173555
Binary100101101010010110111001011011101110100110100111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96526E; }

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

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

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

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

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

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

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

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