Shades of Cannon Pink #924B6E
Tints of Cannon Pink #924B6E
RGB
CMYK
RGB Variations
Color information
#924B6E (or 0x924B6E) is known color: Cannon Pink. HEX triplet: 92, 4B and 6E. RGB value is (146,75,110). Sum of RGB (Red+Green+Blue) = 146+75+110=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #924B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B6E is #6DB491. Grayscale: #646464. Windows color (decimal): -7189650 or 7228306. OLE color: 7228306.
HSL color Cylindrical-coordinate representation of color #924B6E: hue angle of 330.42º 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 #924B6E is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 110 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.43 |
| HSL | 330.42º | 0.32% | 0.43% | - |
| HSV(B) | 330.42º | 0.49% | 0.57% | - |
| XYZ | 17.18 | 12.27 | 16.21 | - |
| YUV | 100.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 110 | 0 | 0.49 | 0.25 | 0.43 | 330.42 | 0.32 | 0.43 |
| Hex | 92 | 4B | 6E | 0 | 31 | 19 | 2B | 14A | 20 | 2B |
| Octal | 222 | 113 | 156 | 0 | 61 | 31 | 53 | 512 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1101110 | 0 | 110001 | 11001 | 101011 | 101001010 | 100000 | 101011 |
Color Harmonies of #924B6E
Complementary color
Monochromatic Colors of #924B6E
Black with #924B6E
Text Example
Text Example
White with #924B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B6E; }
p { color: rgb(146,75,110); }
H1.HeaderClassName
{
color: #924B6E;
}
.AnyTagClassName
{
color: #924B6E;
}
</style>
background-color css
<style>
a { background-color: #924B6E; }
a { background-color: rgb(146,75,110); }
div.DivClassName
{
background-color: #924B6E;
}
.BgClassName
{
background-color: #924B6E;
}
</style>
border-color css
<style>
span { border-color: #924B6E; }
span { border-color: rgb(146,75,110); }
td.TdClassName
{
border-color: #924B6E;
}
.TagClassName
{
border-color: #924B6E;
}
</style>