Shades of Cannon Pink #914B68
Tints of Cannon Pink #914B68
RGB
CMYK
RGB Variations
Color information
#914B68 (or 0x914B68) is known color: Cannon Pink. HEX triplet: 91, 4B and 68. RGB value is (145,75,104). Sum of RGB (Red+Green+Blue) = 145+75+104=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #914B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B68 is #6EB497. Grayscale: #636363. Windows color (decimal): -7255192 or 6835089. OLE color: 6835089.
HSL color Cylindrical-coordinate representation of color #914B68: hue angle of 335.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914B68 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 75 | 104 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.43 |
| HSL | 335.14º | 0.32% | 0.43% | - |
| HSV(B) | 335.14º | 0.48% | 0.57% | - |
| XYZ | 16.69 | 12.05 | 14.54 | - |
| YUV | 99.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 104 | 0 | 0.48 | 0.28 | 0.43 | 335.14 | 0.32 | 0.43 |
| Hex | 91 | 4B | 68 | 0 | 30 | 1C | 2B | 14F | 20 | 2B |
| Octal | 221 | 113 | 150 | 0 | 60 | 34 | 53 | 517 | 40 | 53 |
| Binary | 10010001 | 1001011 | 1101000 | 0 | 110000 | 11100 | 101011 | 101001111 | 100000 | 101011 |
Color Harmonies of #914B68
Complementary color
Monochromatic Colors of #914B68
Black with #914B68
Text Example
Text Example
White with #914B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914B68; }
p { color: rgb(145,75,104); }
H1.HeaderClassName
{
color: #914B68;
}
.AnyTagClassName
{
color: #914B68;
}
</style>
background-color css
<style>
a { background-color: #914B68; }
a { background-color: rgb(145,75,104); }
div.DivClassName
{
background-color: #914B68;
}
.BgClassName
{
background-color: #914B68;
}
</style>
border-color css
<style>
span { border-color: #914B68; }
span { border-color: rgb(145,75,104); }
td.TdClassName
{
border-color: #914B68;
}
.TagClassName
{
border-color: #914B68;
}
</style>