Shades of Cannon Pink #934A6C
Tints of Cannon Pink #934A6C
RGB
CMYK
RGB Variations
Color information
#934A6C (or 0x934A6C) is known color: Cannon Pink. HEX triplet: 93, 4A and 6C. RGB value is (147,74,108). Sum of RGB (Red+Green+Blue) = 147+74+108=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #934A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A6C is #6CB593. Grayscale: #636363. Windows color (decimal): -7124372 or 7096979. OLE color: 7096979.
HSL color Cylindrical-coordinate representation of color #934A6C: hue angle of 332.05º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934A6C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 108 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.42 |
| HSL | 332.05º | 0.33% | 0.43% | - |
| HSV(B) | 332.05º | 0.5% | 0.58% | - |
| XYZ | 17.19 | 12.18 | 15.63 | - |
| YUV | 99.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 108 | 0 | 0.50 | 0.27 | 0.42 | 332.05 | 0.33 | 0.43 |
| Hex | 93 | 4A | 6C | 0 | 32 | 1B | 2A | 14C | 21 | 2B |
| Octal | 223 | 112 | 154 | 0 | 62 | 33 | 52 | 514 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1101100 | 0 | 110010 | 11011 | 101010 | 101001100 | 100001 | 101011 |
Color Harmonies of #934A6C
Complementary color
Monochromatic Colors of #934A6C
Black with #934A6C
Text Example
Text Example
White with #934A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A6C; }
p { color: rgb(147,74,108); }
H1.HeaderClassName
{
color: #934A6C;
}
.AnyTagClassName
{
color: #934A6C;
}
</style>
background-color css
<style>
a { background-color: #934A6C; }
a { background-color: rgb(147,74,108); }
div.DivClassName
{
background-color: #934A6C;
}
.BgClassName
{
background-color: #934A6C;
}
</style>
border-color css
<style>
span { border-color: #934A6C; }
span { border-color: rgb(147,74,108); }
td.TdClassName
{
border-color: #934A6C;
}
.TagClassName
{
border-color: #934A6C;
}
</style>