Shades of Cannon Pink #925065
Tints of Cannon Pink #925065
RGB
CMYK
RGB Variations
Color information
#925065 (or 0x925065) is known color: Cannon Pink. HEX triplet: 92, 50 and 65. RGB value is (146,80,101). Sum of RGB (Red+Green+Blue) = 146+80+101=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #925065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925065 is #6DAF9A. Grayscale: #666666. Windows color (decimal): -7188379 or 6639762. OLE color: 6639762.
HSL color Cylindrical-coordinate representation of color #925065: hue angle of 340.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925065 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 101 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.43 |
| HSL | 340.91º | 0.29% | 0.44% | - |
| HSV(B) | 340.91º | 0.45% | 0.57% | - |
| XYZ | 17.07 | 12.79 | 13.88 | - |
| YUV | 102.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 101 | 0 | 0.45 | 0.31 | 0.43 | 340.91 | 0.29 | 0.44 |
| Hex | 92 | 50 | 65 | 0 | 2D | 1F | 2B | 155 | 1D | 2C |
| Octal | 222 | 120 | 145 | 0 | 55 | 37 | 53 | 525 | 35 | 54 |
| Binary | 10010010 | 1010000 | 1100101 | 0 | 101101 | 11111 | 101011 | 101010101 | 11101 | 101100 |
Color Harmonies of #925065
Complementary color
Monochromatic Colors of #925065
Black with #925065
Text Example
Text Example
White with #925065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925065; }
p { color: rgb(146,80,101); }
H1.HeaderClassName
{
color: #925065;
}
.AnyTagClassName
{
color: #925065;
}
</style>
background-color css
<style>
a { background-color: #925065; }
a { background-color: rgb(146,80,101); }
div.DivClassName
{
background-color: #925065;
}
.BgClassName
{
background-color: #925065;
}
</style>
border-color css
<style>
span { border-color: #925065; }
span { border-color: rgb(146,80,101); }
td.TdClassName
{
border-color: #925065;
}
.TagClassName
{
border-color: #925065;
}
</style>