Shades of Cannon Pink #925271
Tints of Cannon Pink #925271
RGB
CMYK
RGB Variations
Color information
#925271 (or 0x925271) is known color: Cannon Pink. HEX triplet: 92, 52 and 71. RGB value is (146,82,113). Sum of RGB (Red+Green+Blue) = 146+82+113=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925271 is #6DAD8E. Grayscale: #686868. Windows color (decimal): -7187855 or 7426706. OLE color: 7426706.
HSL color Cylindrical-coordinate representation of color #925271: hue angle of 330.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925271 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 113 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.43 |
| HSL | 330.94º | 0.28% | 0.45% | - |
| HSV(B) | 330.94º | 0.44% | 0.57% | - |
| XYZ | 17.85 | 13.34 | 17.26 | - |
| YUV | 104.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 113 | 0 | 0.44 | 0.23 | 0.43 | 330.94 | 0.28 | 0.45 |
| Hex | 92 | 52 | 71 | 0 | 2C | 17 | 2B | 14B | 1C | 2D |
| Octal | 222 | 122 | 161 | 0 | 54 | 27 | 53 | 513 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1110001 | 0 | 101100 | 10111 | 101011 | 101001011 | 11100 | 101101 |
Color Harmonies of #925271
Complementary color
Monochromatic Colors of #925271
Black with #925271
Text Example
Text Example
White with #925271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925271; }
p { color: rgb(146,82,113); }
H1.HeaderClassName
{
color: #925271;
}
.AnyTagClassName
{
color: #925271;
}
</style>
background-color css
<style>
a { background-color: #925271; }
a { background-color: rgb(146,82,113); }
div.DivClassName
{
background-color: #925271;
}
.BgClassName
{
background-color: #925271;
}
</style>
border-color css
<style>
span { border-color: #925271; }
span { border-color: rgb(146,82,113); }
td.TdClassName
{
border-color: #925271;
}
.TagClassName
{
border-color: #925271;
}
</style>