#95526D

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

Shades of Cannon Pink #95526D

Tints of Cannon Pink #95526D

Color information

#95526D (or 0x95526D) is unknown color: approx Cannon Pink. HEX triplet: 95, 52 and 6D. RGB value is (149,82,109). Sum of RGB (Red+Green+Blue) = 149+82+109=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95526D is #6AAD92. Grayscale: #696969. Windows color (decimal): -6991251 or 7164565. OLE color: 7164565.

HSL color Cylindrical-coordinate representation of color #95526D: hue angle of 335.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95526D is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14982109-
CMYK00.450.270.42
HSL335.82º29%45.29%-
HSV(B)335.82º44.97%58.43%-
XYZ18.1713.5316.12-
YUV105.11130.2159.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=43.82%
G=24.12%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498210900.450.270.42335.822945.29
Hex95526D02D1B2A1501d2d
Octal22512215505533525203555
Binary100101011010010110110101011011101110101010101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95526D; }

 p { color: rgb(149,82,109); }

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

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

 a { background-color: rgb(149,82,109); }

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

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

 span { border-color: rgb(149,82,109); }

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