Shades of Cannon Pink #925068
Tints of Cannon Pink #925068
RGB
CMYK
RGB Variations
Color information
#925068 (or 0x925068) is known color: Cannon Pink. HEX triplet: 92, 50 and 68. RGB value is (146,80,104). Sum of RGB (Red+Green+Blue) = 146+80+104=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #925068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925068 is #6DAF97. Grayscale: #666666. Windows color (decimal): -7188376 or 6836370. OLE color: 6836370.
HSL color Cylindrical-coordinate representation of color #925068: hue angle of 338.18º 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 #925068 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 104 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.43 |
| HSL | 338.18º | 0.29% | 0.44% | - |
| HSV(B) | 338.18º | 0.45% | 0.57% | - |
| XYZ | 17.22 | 12.85 | 14.67 | - |
| YUV | 102.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 104 | 0 | 0.45 | 0.29 | 0.43 | 338.18 | 0.29 | 0.44 |
| Hex | 92 | 50 | 68 | 0 | 2D | 1D | 2B | 152 | 1D | 2C |
| Octal | 222 | 120 | 150 | 0 | 55 | 35 | 53 | 522 | 35 | 54 |
| Binary | 10010010 | 1010000 | 1101000 | 0 | 101101 | 11101 | 101011 | 101010010 | 11101 | 101100 |
Color Harmonies of #925068
Complementary color
Monochromatic Colors of #925068
Black with #925068
Text Example
Text Example
White with #925068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925068; }
p { color: rgb(146,80,104); }
H1.HeaderClassName
{
color: #925068;
}
.AnyTagClassName
{
color: #925068;
}
</style>
background-color css
<style>
a { background-color: #925068; }
a { background-color: rgb(146,80,104); }
div.DivClassName
{
background-color: #925068;
}
.BgClassName
{
background-color: #925068;
}
</style>
border-color css
<style>
span { border-color: #925068; }
span { border-color: rgb(146,80,104); }
td.TdClassName
{
border-color: #925068;
}
.TagClassName
{
border-color: #925068;
}
</style>