Shades of Cannon Pink #924E69
Tints of Cannon Pink #924E69
RGB
CMYK
RGB Variations
Color information
#924E69 (or 0x924E69) is known color: Cannon Pink. HEX triplet: 92, 4E and 69. RGB value is (146,78,105). Sum of RGB (Red+Green+Blue) = 146+78+105=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #924E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E69 is #6DB196. Grayscale: #656565. Windows color (decimal): -7188887 or 6901394. OLE color: 6901394.
HSL color Cylindrical-coordinate representation of color #924E69: hue angle of 336.18º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924E69 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 105 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.43 |
| HSL | 336.18º | 0.3% | 0.44% | - |
| HSV(B) | 336.18º | 0.47% | 0.57% | - |
| XYZ | 17.13 | 12.58 | 14.89 | - |
| YUV | 101.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 105 | 0 | 0.47 | 0.28 | 0.43 | 336.18 | 0.3 | 0.44 |
| Hex | 92 | 4E | 69 | 0 | 2F | 1C | 2B | 150 | 1E | 2C |
| Octal | 222 | 116 | 151 | 0 | 57 | 34 | 53 | 520 | 36 | 54 |
| Binary | 10010010 | 1001110 | 1101001 | 0 | 101111 | 11100 | 101011 | 101010000 | 11110 | 101100 |
Color Harmonies of #924E69
Complementary color
Monochromatic Colors of #924E69
Black with #924E69
Text Example
Text Example
White with #924E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E69; }
p { color: rgb(146,78,105); }
H1.HeaderClassName
{
color: #924E69;
}
.AnyTagClassName
{
color: #924E69;
}
</style>
background-color css
<style>
a { background-color: #924E69; }
a { background-color: rgb(146,78,105); }
div.DivClassName
{
background-color: #924E69;
}
.BgClassName
{
background-color: #924E69;
}
</style>
border-color css
<style>
span { border-color: #924E69; }
span { border-color: rgb(146,78,105); }
td.TdClassName
{
border-color: #924E69;
}
.TagClassName
{
border-color: #924E69;
}
</style>