Shades of Cannon Pink #935068
Tints of Cannon Pink #935068
RGB
CMYK
RGB Variations
Color information
#935068 (or 0x935068) is known color: Cannon Pink. HEX triplet: 93, 50 and 68. RGB value is (147,80,104). Sum of RGB (Red+Green+Blue) = 147+80+104=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #935068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935068 is #6CAF97. Grayscale: #666666. Windows color (decimal): -7122840 or 6836371. OLE color: 6836371.
HSL color Cylindrical-coordinate representation of color #935068: hue angle of 338.51º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #935068 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 104 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.42 |
| HSL | 338.51º | 0.3% | 0.45% | - |
| HSV(B) | 338.51º | 0.46% | 0.58% | - |
| XYZ | 17.4 | 12.94 | 14.68 | - |
| YUV | 102.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 104 | 0 | 0.46 | 0.29 | 0.42 | 338.51 | 0.3 | 0.45 |
| Hex | 93 | 50 | 68 | 0 | 2E | 1D | 2A | 153 | 1E | 2D |
| Octal | 223 | 120 | 150 | 0 | 56 | 35 | 52 | 523 | 36 | 55 |
| Binary | 10010011 | 1010000 | 1101000 | 0 | 101110 | 11101 | 101010 | 101010011 | 11110 | 101101 |
Color Harmonies of #935068
Complementary color
Monochromatic Colors of #935068
Black with #935068
Text Example
Text Example
White with #935068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935068; }
p { color: rgb(147,80,104); }
H1.HeaderClassName
{
color: #935068;
}
.AnyTagClassName
{
color: #935068;
}
</style>
background-color css
<style>
a { background-color: #935068; }
a { background-color: rgb(147,80,104); }
div.DivClassName
{
background-color: #935068;
}
.BgClassName
{
background-color: #935068;
}
</style>
border-color css
<style>
span { border-color: #935068; }
span { border-color: rgb(147,80,104); }
td.TdClassName
{
border-color: #935068;
}
.TagClassName
{
border-color: #935068;
}
</style>