Shades of Cannon Pink #934E69
Tints of Cannon Pink #934E69
RGB
CMYK
RGB Variations
Color information
#934E69 (or 0x934E69) is known color: Cannon Pink. HEX triplet: 93, 4E and 69. RGB value is (147,78,105). Sum of RGB (Red+Green+Blue) = 147+78+105=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #934E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934E69 is #6CB196. Grayscale: #656565. Windows color (decimal): -7123351 or 6901395. OLE color: 6901395.
HSL color Cylindrical-coordinate representation of color #934E69: hue angle of 336.52º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #934E69 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 78 | 105 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.42 |
| HSL | 336.52º | 0.31% | 0.44% | - |
| HSV(B) | 336.52º | 0.47% | 0.58% | - |
| XYZ | 17.31 | 12.67 | 14.9 | - |
| YUV | 101.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 105 | 0 | 0.47 | 0.29 | 0.42 | 336.52 | 0.31 | 0.44 |
| Hex | 93 | 4E | 69 | 0 | 2F | 1D | 2A | 151 | 1F | 2C |
| Octal | 223 | 116 | 151 | 0 | 57 | 35 | 52 | 521 | 37 | 54 |
| Binary | 10010011 | 1001110 | 1101001 | 0 | 101111 | 11101 | 101010 | 101010001 | 11111 | 101100 |
Color Harmonies of #934E69
Complementary color
Monochromatic Colors of #934E69
Black with #934E69
Text Example
Text Example
White with #934E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934E69; }
p { color: rgb(147,78,105); }
H1.HeaderClassName
{
color: #934E69;
}
.AnyTagClassName
{
color: #934E69;
}
</style>
background-color css
<style>
a { background-color: #934E69; }
a { background-color: rgb(147,78,105); }
div.DivClassName
{
background-color: #934E69;
}
.BgClassName
{
background-color: #934E69;
}
</style>
border-color css
<style>
span { border-color: #934E69; }
span { border-color: rgb(147,78,105); }
td.TdClassName
{
border-color: #934E69;
}
.TagClassName
{
border-color: #934E69;
}
</style>