Shades of Cannon Pink #924B68
Tints of Cannon Pink #924B68
RGB
CMYK
RGB Variations
Color information
#924B68 (or 0x924B68) is known color: Cannon Pink. HEX triplet: 92, 4B and 68. RGB value is (146,75,104). Sum of RGB (Red+Green+Blue) = 146+75+104=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #924B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B68 is #6DB497. Grayscale: #636363. Windows color (decimal): -7189656 or 6835090. OLE color: 6835090.
HSL color Cylindrical-coordinate representation of color #924B68: hue angle of 335.49º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924B68 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 104 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.43 |
| HSL | 335.49º | 0.32% | 0.43% | - |
| HSV(B) | 335.49º | 0.49% | 0.57% | - |
| XYZ | 16.87 | 12.14 | 14.55 | - |
| YUV | 99.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 104 | 0 | 0.49 | 0.29 | 0.43 | 335.49 | 0.32 | 0.43 |
| Hex | 92 | 4B | 68 | 0 | 31 | 1D | 2B | 14F | 20 | 2B |
| Octal | 222 | 113 | 150 | 0 | 61 | 35 | 53 | 517 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1101000 | 0 | 110001 | 11101 | 101011 | 101001111 | 100000 | 101011 |
Color Harmonies of #924B68
Complementary color
Monochromatic Colors of #924B68
Black with #924B68
Text Example
Text Example
White with #924B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B68; }
p { color: rgb(146,75,104); }
H1.HeaderClassName
{
color: #924B68;
}
.AnyTagClassName
{
color: #924B68;
}
</style>
background-color css
<style>
a { background-color: #924B68; }
a { background-color: rgb(146,75,104); }
div.DivClassName
{
background-color: #924B68;
}
.BgClassName
{
background-color: #924B68;
}
</style>
border-color css
<style>
span { border-color: #924B68; }
span { border-color: rgb(146,75,104); }
td.TdClassName
{
border-color: #924B68;
}
.TagClassName
{
border-color: #924B68;
}
</style>