Shades of Cannon Pink #914B6D
Tints of Cannon Pink #914B6D
RGB
CMYK
RGB Variations
Color information
#914B6D (or 0x914B6D) is known color: Cannon Pink. HEX triplet: 91, 4B and 6D. RGB value is (145,75,109). Sum of RGB (Red+Green+Blue) = 145+75+109=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #914B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B6D is #6EB492. Grayscale: #636363. Windows color (decimal): -7255187 or 7162769. OLE color: 7162769.
HSL color Cylindrical-coordinate representation of color #914B6D: hue angle of 330.86º 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 #914B6D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 75 | 109 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.43 |
| HSL | 330.86º | 0.32% | 0.43% | - |
| HSV(B) | 330.86º | 0.48% | 0.57% | - |
| XYZ | 16.95 | 12.16 | 15.92 | - |
| YUV | 99.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 109 | 0 | 0.48 | 0.25 | 0.43 | 330.86 | 0.32 | 0.43 |
| Hex | 91 | 4B | 6D | 0 | 30 | 19 | 2B | 14B | 20 | 2B |
| Octal | 221 | 113 | 155 | 0 | 60 | 31 | 53 | 513 | 40 | 53 |
| Binary | 10010001 | 1001011 | 1101101 | 0 | 110000 | 11001 | 101011 | 101001011 | 100000 | 101011 |
Color Harmonies of #914B6D
Complementary color
Monochromatic Colors of #914B6D
Black with #914B6D
Text Example
Text Example
White with #914B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914B6D; }
p { color: rgb(145,75,109); }
H1.HeaderClassName
{
color: #914B6D;
}
.AnyTagClassName
{
color: #914B6D;
}
</style>
background-color css
<style>
a { background-color: #914B6D; }
a { background-color: rgb(145,75,109); }
div.DivClassName
{
background-color: #914B6D;
}
.BgClassName
{
background-color: #914B6D;
}
</style>
border-color css
<style>
span { border-color: #914B6D; }
span { border-color: rgb(145,75,109); }
td.TdClassName
{
border-color: #914B6D;
}
.TagClassName
{
border-color: #914B6D;
}
</style>