Shades of Cannon Pink #934A69
Tints of Cannon Pink #934A69
RGB
CMYK
RGB Variations
Color information
#934A69 (or 0x934A69) is known color: Cannon Pink. HEX triplet: 93, 4A and 69. RGB value is (147,74,105). Sum of RGB (Red+Green+Blue) = 147+74+105=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #934A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934A69 is #6CB596. Grayscale: #636363. Windows color (decimal): -7124375 or 6900371. OLE color: 6900371.
HSL color Cylindrical-coordinate representation of color #934A69: hue angle of 334.52º 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 #934A69 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 105 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.42 |
| HSL | 334.52º | 0.33% | 0.43% | - |
| HSV(B) | 334.52º | 0.5% | 0.58% | - |
| XYZ | 17.03 | 12.12 | 14.81 | - |
| YUV | 99.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 105 | 0 | 0.50 | 0.29 | 0.42 | 334.52 | 0.33 | 0.43 |
| Hex | 93 | 4A | 69 | 0 | 32 | 1D | 2A | 14F | 21 | 2B |
| Octal | 223 | 112 | 151 | 0 | 62 | 35 | 52 | 517 | 41 | 53 |
| Binary | 10010011 | 1001010 | 1101001 | 0 | 110010 | 11101 | 101010 | 101001111 | 100001 | 101011 |
Color Harmonies of #934A69
Complementary color
Monochromatic Colors of #934A69
Black with #934A69
Text Example
Text Example
White with #934A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A69; }
p { color: rgb(147,74,105); }
H1.HeaderClassName
{
color: #934A69;
}
.AnyTagClassName
{
color: #934A69;
}
</style>
background-color css
<style>
a { background-color: #934A69; }
a { background-color: rgb(147,74,105); }
div.DivClassName
{
background-color: #934A69;
}
.BgClassName
{
background-color: #934A69;
}
</style>
border-color css
<style>
span { border-color: #934A69; }
span { border-color: rgb(147,74,105); }
td.TdClassName
{
border-color: #934A69;
}
.TagClassName
{
border-color: #934A69;
}
</style>