Shades of Cannon Pink #905363
Tints of Cannon Pink #905363
RGB
CMYK
RGB Variations
Color information
#905363 (or 0x905363) is known color: Cannon Pink. HEX triplet: 90, 53 and 63. RGB value is (144,83,99). Sum of RGB (Red+Green+Blue) = 144+83+99=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #905363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905363 is #6FAC9C. Grayscale: #676767. Windows color (decimal): -7318685 or 6509456. OLE color: 6509456.
HSL color Cylindrical-coordinate representation of color #905363: hue angle of 344.26º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905363 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 99 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.44 |
| HSL | 344.26º | 0.27% | 0.45% | - |
| HSV(B) | 344.26º | 0.42% | 0.56% | - |
| XYZ | 16.85 | 13.02 | 13.43 | - |
| YUV | 103.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 99 | 0 | 0.42 | 0.31 | 0.44 | 344.26 | 0.27 | 0.45 |
| Hex | 90 | 53 | 63 | 0 | 2A | 1F | 2C | 158 | 1B | 2D |
| Octal | 220 | 123 | 143 | 0 | 52 | 37 | 54 | 530 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1100011 | 0 | 101010 | 11111 | 101100 | 101011000 | 11011 | 101101 |
Color Harmonies of #905363
Complementary color
Monochromatic Colors of #905363
Black with #905363
Text Example
Text Example
White with #905363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905363; }
p { color: rgb(144,83,99); }
H1.HeaderClassName
{
color: #905363;
}
.AnyTagClassName
{
color: #905363;
}
</style>
background-color css
<style>
a { background-color: #905363; }
a { background-color: rgb(144,83,99); }
div.DivClassName
{
background-color: #905363;
}
.BgClassName
{
background-color: #905363;
}
</style>
border-color css
<style>
span { border-color: #905363; }
span { border-color: rgb(144,83,99); }
td.TdClassName
{
border-color: #905363;
}
.TagClassName
{
border-color: #905363;
}
</style>