Shades of Cannon Pink #925270
Tints of Cannon Pink #925270
RGB
CMYK
RGB Variations
Color information
#925270 (or 0x925270) is known color: Cannon Pink. HEX triplet: 92, 52 and 70. RGB value is (146,82,112). Sum of RGB (Red+Green+Blue) = 146+82+112=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #925270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925270 is #6DAD8F. Grayscale: #686868. Windows color (decimal): -7187856 or 7361170. OLE color: 7361170.
HSL color Cylindrical-coordinate representation of color #925270: hue angle of 331.88º 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 #925270 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 112 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.43 |
| HSL | 331.88º | 0.28% | 0.45% | - |
| HSV(B) | 331.88º | 0.44% | 0.57% | - |
| XYZ | 17.8 | 13.32 | 16.96 | - |
| YUV | 104.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 112 | 0 | 0.44 | 0.23 | 0.43 | 331.88 | 0.28 | 0.45 |
| Hex | 92 | 52 | 70 | 0 | 2C | 17 | 2B | 14C | 1C | 2D |
| Octal | 222 | 122 | 160 | 0 | 54 | 27 | 53 | 514 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1110000 | 0 | 101100 | 10111 | 101011 | 101001100 | 11100 | 101101 |
Color Harmonies of #925270
Complementary color
Monochromatic Colors of #925270
Black with #925270
Text Example
Text Example
White with #925270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925270; }
p { color: rgb(146,82,112); }
H1.HeaderClassName
{
color: #925270;
}
.AnyTagClassName
{
color: #925270;
}
</style>
background-color css
<style>
a { background-color: #925270; }
a { background-color: rgb(146,82,112); }
div.DivClassName
{
background-color: #925270;
}
.BgClassName
{
background-color: #925270;
}
</style>
border-color css
<style>
span { border-color: #925270; }
span { border-color: rgb(146,82,112); }
td.TdClassName
{
border-color: #925270;
}
.TagClassName
{
border-color: #925270;
}
</style>