Shades of Cannon Pink #95526C
Tints of Cannon Pink #95526C
RGB
CMYK
RGB Variations
Color information
#95526C (or 0x95526C) is known color: 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
| RGB | 149 | 82 | 108 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.42 |
| HSL | 336.72º | 0.29% | 0.45% | - |
| HSV(B) | 336.72º | 0.45% | 0.58% | - |
| XYZ | 18.12 | 13.51 | 15.84 | - |
| YUV | 105 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 108 | 0 | 0.45 | 0.28 | 0.42 | 336.72 | 0.29 | 0.45 |
| Hex | 95 | 52 | 6C | 0 | 2D | 1C | 2A | 151 | 1D | 2D |
| Octal | 225 | 122 | 154 | 0 | 55 | 34 | 52 | 521 | 35 | 55 |
| Binary | 10010101 | 1010010 | 1101100 | 0 | 101101 | 11100 | 101010 | 101010001 | 11101 | 101101 |
Color Harmonies of #95526C
Complementary color
Monochromatic Colors of #95526C
Black with #95526C
Text Example
Text Example
White with #95526C
Text Example
Text Example
HTML Codes & Css Web 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>