#95526C

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

Shades of Cannon Pink #95526C

Tints of Cannon Pink #95526C

Color information

#95526C (or 0x95526C) is unknown color: approx Cannon Pink. HEX triplet: 95, 52 and 6C. RGB value is (149,82,108). Sum of RGB (Red+Green+Blue) = 149+82+108=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95526C is #6AAD93. Grayscale: #686868. Windows color (decimal): -6991252 or 7099029. OLE color: 7099029.

HSL color Cylindrical-coordinate representation of color #95526C: hue angle of 336.72º 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 #95526C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14982108-
CMYK00.450.280.42
HSL336.72º29%45.29%-
HSV(B)336.72º44.97%58.43%-
XYZ18.1213.5115.84-
YUV105129.7159.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=43.95%
G=24.19%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498210800.450.280.42336.722945.29
Hex95526C02D1C2A1511d2d
Octal22512215405534525213555
Binary100101011010010110110001011011110010101010101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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