Shades of Cannon Pink #925174
Tints of Cannon Pink #925174
RGB
CMYK
RGB Variations
Color information
#925174 (or 0x925174) is known color: Cannon Pink. HEX triplet: 92, 51 and 74. RGB value is (146,81,116). Sum of RGB (Red+Green+Blue) = 146+81+116=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #925174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925174 is #6DAE8B. Grayscale: #686868. Windows color (decimal): -7188108 or 7623058. OLE color: 7623058.
HSL color Cylindrical-coordinate representation of color #925174: hue angle of 327.69º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925174 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 81 | 116 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.43 |
| HSL | 327.69º | 0.29% | 0.45% | - |
| HSV(B) | 327.69º | 0.45% | 0.57% | - |
| XYZ | 17.95 | 13.26 | 18.14 | - |
| YUV | 104.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 116 | 0 | 0.45 | 0.21 | 0.43 | 327.69 | 0.29 | 0.45 |
| Hex | 92 | 51 | 74 | 0 | 2D | 15 | 2B | 148 | 1D | 2D |
| Octal | 222 | 121 | 164 | 0 | 55 | 25 | 53 | 510 | 35 | 55 |
| Binary | 10010010 | 1010001 | 1110100 | 0 | 101101 | 10101 | 101011 | 101001000 | 11101 | 101101 |
Color Harmonies of #925174
Complementary color
Monochromatic Colors of #925174
Black with #925174
Text Example
Text Example
White with #925174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925174; }
p { color: rgb(146,81,116); }
H1.HeaderClassName
{
color: #925174;
}
.AnyTagClassName
{
color: #925174;
}
</style>
background-color css
<style>
a { background-color: #925174; }
a { background-color: rgb(146,81,116); }
div.DivClassName
{
background-color: #925174;
}
.BgClassName
{
background-color: #925174;
}
</style>
border-color css
<style>
span { border-color: #925174; }
span { border-color: rgb(146,81,116); }
td.TdClassName
{
border-color: #925174;
}
.TagClassName
{
border-color: #925174;
}
</style>