Shades of Cannon Pink #905269
Tints of Cannon Pink #905269
RGB
CMYK
RGB Variations
Color information
#905269 (or 0x905269) is known color: Cannon Pink. HEX triplet: 90, 52 and 69. RGB value is (144,82,105). Sum of RGB (Red+Green+Blue) = 144+82+105=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #905269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905269 is #6FAD96. Grayscale: #676767. Windows color (decimal): -7318935 or 6902416. OLE color: 6902416.
HSL color Cylindrical-coordinate representation of color #905269: hue angle of 337.74º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905269 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 105 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.44 |
| HSL | 337.74º | 0.27% | 0.44% | - |
| HSV(B) | 337.74º | 0.43% | 0.56% | - |
| XYZ | 17.07 | 12.98 | 14.97 | - |
| YUV | 103.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 105 | 0 | 0.43 | 0.27 | 0.44 | 337.74 | 0.27 | 0.44 |
| Hex | 90 | 52 | 69 | 0 | 2B | 1B | 2C | 152 | 1B | 2C |
| Octal | 220 | 122 | 151 | 0 | 53 | 33 | 54 | 522 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1101001 | 0 | 101011 | 11011 | 101100 | 101010010 | 11011 | 101100 |
Color Harmonies of #905269
Complementary color
Monochromatic Colors of #905269
Black with #905269
Text Example
Text Example
White with #905269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905269; }
p { color: rgb(144,82,105); }
H1.HeaderClassName
{
color: #905269;
}
.AnyTagClassName
{
color: #905269;
}
</style>
background-color css
<style>
a { background-color: #905269; }
a { background-color: rgb(144,82,105); }
div.DivClassName
{
background-color: #905269;
}
.BgClassName
{
background-color: #905269;
}
</style>
border-color css
<style>
span { border-color: #905269; }
span { border-color: rgb(144,82,105); }
td.TdClassName
{
border-color: #905269;
}
.TagClassName
{
border-color: #905269;
}
</style>