Shades of Cannon Pink #815A69
Tints of Cannon Pink #815A69
RGB
CMYK
RGB Variations
Color information
#815A69 (or 0x815A69) is known color: Cannon Pink. HEX triplet: 81, 5A and 69. RGB value is (129,90,105). Sum of RGB (Red+Green+Blue) = 129+90+105=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #815A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A69 is #7EA596. Grayscale: #676767. Windows color (decimal): -8299927 or 6904449. OLE color: 6904449.
HSL color Cylindrical-coordinate representation of color #815A69: hue angle of 336.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A69 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 105 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.49 |
| HSL | 336.92º | 0.18% | 0.43% | - |
| HSV(B) | 336.92º | 0.3% | 0.51% | - |
| XYZ | 15.26 | 13 | 15.07 | - |
| YUV | 103.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 105 | 0 | 0.30 | 0.19 | 0.49 | 336.92 | 0.18 | 0.43 |
| Hex | 81 | 5A | 69 | 0 | 1E | 13 | 31 | 151 | 12 | 2B |
| Octal | 201 | 132 | 151 | 0 | 36 | 23 | 61 | 521 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1101001 | 0 | 11110 | 10011 | 110001 | 101010001 | 10010 | 101011 |
Color Harmonies of #815A69
Complementary color
Monochromatic Colors of #815A69
Black with #815A69
Text Example
Text Example
White with #815A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A69; }
p { color: rgb(129,90,105); }
H1.HeaderClassName
{
color: #815A69;
}
.AnyTagClassName
{
color: #815A69;
}
</style>
background-color css
<style>
a { background-color: #815A69; }
a { background-color: rgb(129,90,105); }
div.DivClassName
{
background-color: #815A69;
}
.BgClassName
{
background-color: #815A69;
}
</style>
border-color css
<style>
span { border-color: #815A69; }
span { border-color: rgb(129,90,105); }
td.TdClassName
{
border-color: #815A69;
}
.TagClassName
{
border-color: #815A69;
}
</style>