Shades of Cannon Pink #924F6A
Tints of Cannon Pink #924F6A
RGB
CMYK
RGB Variations
Color information
#924F6A (or 0x924F6A) is known color: Cannon Pink. HEX triplet: 92, 4F and 6A. RGB value is (146,79,106). Sum of RGB (Red+Green+Blue) = 146+79+106=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #924F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F6A is #6DB095. Grayscale: #666666. Windows color (decimal): -7188630 or 6967186. OLE color: 6967186.
HSL color Cylindrical-coordinate representation of color #924F6A: hue angle of 335.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #924F6A is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 106 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.43 |
| HSL | 335.82º | 0.3% | 0.44% | - |
| HSV(B) | 335.82º | 0.46% | 0.57% | - |
| XYZ | 17.25 | 12.74 | 15.19 | - |
| YUV | 102.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 106 | 0 | 0.46 | 0.27 | 0.43 | 335.82 | 0.3 | 0.44 |
| Hex | 92 | 4F | 6A | 0 | 2E | 1B | 2B | 150 | 1E | 2C |
| Octal | 222 | 117 | 152 | 0 | 56 | 33 | 53 | 520 | 36 | 54 |
| Binary | 10010010 | 1001111 | 1101010 | 0 | 101110 | 11011 | 101011 | 101010000 | 11110 | 101100 |
Color Harmonies of #924F6A
Complementary color
Monochromatic Colors of #924F6A
Black with #924F6A
Text Example
Text Example
White with #924F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F6A; }
p { color: rgb(146,79,106); }
H1.HeaderClassName
{
color: #924F6A;
}
.AnyTagClassName
{
color: #924F6A;
}
</style>
background-color css
<style>
a { background-color: #924F6A; }
a { background-color: rgb(146,79,106); }
div.DivClassName
{
background-color: #924F6A;
}
.BgClassName
{
background-color: #924F6A;
}
</style>
border-color css
<style>
span { border-color: #924F6A; }
span { border-color: rgb(146,79,106); }
td.TdClassName
{
border-color: #924F6A;
}
.TagClassName
{
border-color: #924F6A;
}
</style>