Shades of Cannon Pink #90576B
Tints of Cannon Pink #90576B
RGB
CMYK
RGB Variations
Color information
#90576B (or 0x90576B) is known color: Cannon Pink. HEX triplet: 90, 57 and 6B. RGB value is (144,87,107). Sum of RGB (Red+Green+Blue) = 144+87+107=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90576B is #6FA894. Grayscale: #6A6A6A. Windows color (decimal): -7317653 or 7034768. OLE color: 7034768.
HSL color Cylindrical-coordinate representation of color #90576B: hue angle of 338.95º 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 #90576B is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 107 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.44 |
| HSL | 338.95º | 0.25% | 0.45% | - |
| HSV(B) | 338.95º | 0.4% | 0.56% | - |
| XYZ | 17.56 | 13.81 | 15.65 | - |
| YUV | 106.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 107 | 0 | 0.40 | 0.26 | 0.44 | 338.95 | 0.25 | 0.45 |
| Hex | 90 | 57 | 6B | 0 | 28 | 1A | 2C | 153 | 19 | 2D |
| Octal | 220 | 127 | 153 | 0 | 50 | 32 | 54 | 523 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1101011 | 0 | 101000 | 11010 | 101100 | 101010011 | 11001 | 101101 |
Color Harmonies of #90576B
Complementary color
Monochromatic Colors of #90576B
Black with #90576B
Text Example
Text Example
White with #90576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90576B; }
p { color: rgb(144,87,107); }
H1.HeaderClassName
{
color: #90576B;
}
.AnyTagClassName
{
color: #90576B;
}
</style>
background-color css
<style>
a { background-color: #90576B; }
a { background-color: rgb(144,87,107); }
div.DivClassName
{
background-color: #90576B;
}
.BgClassName
{
background-color: #90576B;
}
</style>
border-color css
<style>
span { border-color: #90576B; }
span { border-color: rgb(144,87,107); }
td.TdClassName
{
border-color: #90576B;
}
.TagClassName
{
border-color: #90576B;
}
</style>