Shades of Cannon Pink #905768
Tints of Cannon Pink #905768
RGB
CMYK
RGB Variations
Color information
#905768 (or 0x905768) is known color: Cannon Pink. HEX triplet: 90, 57 and 68. RGB value is (144,87,104). Sum of RGB (Red+Green+Blue) = 144+87+104=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #905768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905768 is #6FA897. Grayscale: #696969. Windows color (decimal): -7317656 or 6838160. OLE color: 6838160.
HSL color Cylindrical-coordinate representation of color #905768: hue angle of 342.11º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905768 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 104 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.44 |
| HSL | 342.11º | 0.25% | 0.45% | - |
| HSV(B) | 342.11º | 0.4% | 0.56% | - |
| XYZ | 17.41 | 13.75 | 14.83 | - |
| YUV | 105.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 104 | 0 | 0.40 | 0.28 | 0.44 | 342.11 | 0.25 | 0.45 |
| Hex | 90 | 57 | 68 | 0 | 28 | 1C | 2C | 156 | 19 | 2D |
| Octal | 220 | 127 | 150 | 0 | 50 | 34 | 54 | 526 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1101000 | 0 | 101000 | 11100 | 101100 | 101010110 | 11001 | 101101 |
Color Harmonies of #905768
Complementary color
Monochromatic Colors of #905768
Black with #905768
Text Example
Text Example
White with #905768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905768; }
p { color: rgb(144,87,104); }
H1.HeaderClassName
{
color: #905768;
}
.AnyTagClassName
{
color: #905768;
}
</style>
background-color css
<style>
a { background-color: #905768; }
a { background-color: rgb(144,87,104); }
div.DivClassName
{
background-color: #905768;
}
.BgClassName
{
background-color: #905768;
}
</style>
border-color css
<style>
span { border-color: #905768; }
span { border-color: rgb(144,87,104); }
td.TdClassName
{
border-color: #905768;
}
.TagClassName
{
border-color: #905768;
}
</style>