Shades of Cannon Pink #935268
Tints of Cannon Pink #935268
RGB
CMYK
RGB Variations
Color information
#935268 (or 0x935268) is known color: Cannon Pink. HEX triplet: 93, 52 and 68. RGB value is (147,82,104). Sum of RGB (Red+Green+Blue) = 147+82+104=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #935268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935268 is #6CAD97. Grayscale: #676767. Windows color (decimal): -7122328 or 6836883. OLE color: 6836883.
HSL color Cylindrical-coordinate representation of color #935268: hue angle of 339.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935268 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 104 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.42 |
| HSL | 339.69º | 0.28% | 0.45% | - |
| HSV(B) | 339.69º | 0.44% | 0.58% | - |
| XYZ | 17.55 | 13.24 | 14.73 | - |
| YUV | 103.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 104 | 0 | 0.44 | 0.29 | 0.42 | 339.69 | 0.28 | 0.45 |
| Hex | 93 | 52 | 68 | 0 | 2C | 1D | 2A | 154 | 1C | 2D |
| Octal | 223 | 122 | 150 | 0 | 54 | 35 | 52 | 524 | 34 | 55 |
| Binary | 10010011 | 1010010 | 1101000 | 0 | 101100 | 11101 | 101010 | 101010100 | 11100 | 101101 |
Color Harmonies of #935268
Complementary color
Monochromatic Colors of #935268
Black with #935268
Text Example
Text Example
White with #935268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935268; }
p { color: rgb(147,82,104); }
H1.HeaderClassName
{
color: #935268;
}
.AnyTagClassName
{
color: #935268;
}
</style>
background-color css
<style>
a { background-color: #935268; }
a { background-color: rgb(147,82,104); }
div.DivClassName
{
background-color: #935268;
}
.BgClassName
{
background-color: #935268;
}
</style>
border-color css
<style>
span { border-color: #935268; }
span { border-color: rgb(147,82,104); }
td.TdClassName
{
border-color: #935268;
}
.TagClassName
{
border-color: #935268;
}
</style>