Shades of Cannon Pink #915274
Tints of Cannon Pink #915274
RGB
CMYK
RGB Variations
Color information
#915274 (or 0x915274) is known color: Cannon Pink. HEX triplet: 91, 52 and 74. RGB value is (145,82,116). Sum of RGB (Red+Green+Blue) = 145+82+116=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915274 is #6EAD8B. Grayscale: #686868. Windows color (decimal): -7253388 or 7623313. OLE color: 7623313.
HSL color Cylindrical-coordinate representation of color #915274: hue angle of 327.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915274 is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 116 | - |
| CMYK | 0 | 0.43 | 0.2 | 0.43 |
| HSL | 327.62º | 0.28% | 0.45% | - |
| HSV(B) | 327.62º | 0.43% | 0.57% | - |
| XYZ | 17.85 | 13.32 | 18.15 | - |
| YUV | 104.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 116 | 0 | 0.43 | 0.2 | 0.43 | 327.62 | 0.28 | 0.45 |
| Hex | 91 | 52 | 74 | 0 | 2B | 14 | 2B | 148 | 1C | 2D |
| Octal | 221 | 122 | 164 | 0 | 53 | 24 | 53 | 510 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1110100 | 0 | 101011 | 10100 | 101011 | 101001000 | 11100 | 101101 |
Color Harmonies of #915274
Complementary color
Monochromatic Colors of #915274
Black with #915274
Text Example
Text Example
White with #915274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915274; }
p { color: rgb(145,82,116); }
H1.HeaderClassName
{
color: #915274;
}
.AnyTagClassName
{
color: #915274;
}
</style>
background-color css
<style>
a { background-color: #915274; }
a { background-color: rgb(145,82,116); }
div.DivClassName
{
background-color: #915274;
}
.BgClassName
{
background-color: #915274;
}
</style>
border-color css
<style>
span { border-color: #915274; }
span { border-color: rgb(145,82,116); }
td.TdClassName
{
border-color: #915274;
}
.TagClassName
{
border-color: #915274;
}
</style>