Shades of Cannon Pink #924B75
Tints of Cannon Pink #924B75
RGB
CMYK
RGB Variations
Color information
#924B75 (or 0x924B75) is known color: Cannon Pink. HEX triplet: 92, 4B and 75. RGB value is (146,75,117). Sum of RGB (Red+Green+Blue) = 146+75+117=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #924B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B75 is #6DB48A. Grayscale: #646464. Windows color (decimal): -7189643 or 7687058. OLE color: 7687058.
HSL color Cylindrical-coordinate representation of color #924B75: hue angle of 324.51º 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 #924B75 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 117 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.43 |
| HSL | 324.51º | 0.32% | 0.43% | - |
| HSV(B) | 324.51º | 0.49% | 0.57% | - |
| XYZ | 17.58 | 12.43 | 18.3 | - |
| YUV | 101.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 117 | 0 | 0.49 | 0.20 | 0.43 | 324.51 | 0.32 | 0.43 |
| Hex | 92 | 4B | 75 | 0 | 31 | 14 | 2B | 145 | 20 | 2B |
| Octal | 222 | 113 | 165 | 0 | 61 | 24 | 53 | 505 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1110101 | 0 | 110001 | 10100 | 101011 | 101000101 | 100000 | 101011 |
Color Harmonies of #924B75
Complementary color
Monochromatic Colors of #924B75
Black with #924B75
Text Example
Text Example
White with #924B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B75; }
p { color: rgb(146,75,117); }
H1.HeaderClassName
{
color: #924B75;
}
.AnyTagClassName
{
color: #924B75;
}
</style>
background-color css
<style>
a { background-color: #924B75; }
a { background-color: rgb(146,75,117); }
div.DivClassName
{
background-color: #924B75;
}
.BgClassName
{
background-color: #924B75;
}
</style>
border-color css
<style>
span { border-color: #924B75; }
span { border-color: rgb(146,75,117); }
td.TdClassName
{
border-color: #924B75;
}
.TagClassName
{
border-color: #924B75;
}
</style>