Shades of Cannon Pink #815C66
Tints of Cannon Pink #815C66
RGB
CMYK
RGB Variations
Color information
#815C66 (or 0x815C66) is known color: Cannon Pink. HEX triplet: 81, 5C and 66. RGB value is (129,92,102). Sum of RGB (Red+Green+Blue) = 129+92+102=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #815C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C66 is #7EA399. Grayscale: #686868. Windows color (decimal): -8299418 or 6708353. OLE color: 6708353.
HSL color Cylindrical-coordinate representation of color #815C66: hue angle of 343.78º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815C66 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 92 | 102 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.49 |
| HSL | 343.78º | 0.17% | 0.43% | - |
| HSV(B) | 343.78º | 0.29% | 0.51% | - |
| XYZ | 15.28 | 13.28 | 14.33 | - |
| YUV | 104.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 102 | 0 | 0.29 | 0.21 | 0.49 | 343.78 | 0.17 | 0.43 |
| Hex | 81 | 5C | 66 | 0 | 1D | 15 | 31 | 158 | 11 | 2B |
| Octal | 201 | 134 | 146 | 0 | 35 | 25 | 61 | 530 | 21 | 53 |
| Binary | 10000001 | 1011100 | 1100110 | 0 | 11101 | 10101 | 110001 | 101011000 | 10001 | 101011 |
Color Harmonies of #815C66
Complementary color
Monochromatic Colors of #815C66
Black with #815C66
Text Example
Text Example
White with #815C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C66; }
p { color: rgb(129,92,102); }
H1.HeaderClassName
{
color: #815C66;
}
.AnyTagClassName
{
color: #815C66;
}
</style>
background-color css
<style>
a { background-color: #815C66; }
a { background-color: rgb(129,92,102); }
div.DivClassName
{
background-color: #815C66;
}
.BgClassName
{
background-color: #815C66;
}
</style>
border-color css
<style>
span { border-color: #815C66; }
span { border-color: rgb(129,92,102); }
td.TdClassName
{
border-color: #815C66;
}
.TagClassName
{
border-color: #815C66;
}
</style>