Shades of Cannon Pink #815A61
Tints of Cannon Pink #815A61
RGB
CMYK
RGB Variations
Color information
#815A61 (or 0x815A61) is known color: Cannon Pink. HEX triplet: 81, 5A and 61. RGB value is (129,90,97). Sum of RGB (Red+Green+Blue) = 129+90+97=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #815A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A61 is #7EA59E. Grayscale: #666666. Windows color (decimal): -8299935 or 6380161. OLE color: 6380161.
HSL color Cylindrical-coordinate representation of color #815A61: hue angle of 349.23º 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 #815A61 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 97 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.49 |
| HSL | 349.23º | 0.18% | 0.43% | - |
| HSV(B) | 349.23º | 0.3% | 0.51% | - |
| XYZ | 14.87 | 12.84 | 13 | - |
| YUV | 102.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 97 | 0 | 0.30 | 0.25 | 0.49 | 349.23 | 0.18 | 0.43 |
| Hex | 81 | 5A | 61 | 0 | 1E | 19 | 31 | 15D | 12 | 2B |
| Octal | 201 | 132 | 141 | 0 | 36 | 31 | 61 | 535 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1100001 | 0 | 11110 | 11001 | 110001 | 101011101 | 10010 | 101011 |
Color Harmonies of #815A61
Complementary color
Monochromatic Colors of #815A61
Black with #815A61
Text Example
Text Example
White with #815A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A61; }
p { color: rgb(129,90,97); }
H1.HeaderClassName
{
color: #815A61;
}
.AnyTagClassName
{
color: #815A61;
}
</style>
background-color css
<style>
a { background-color: #815A61; }
a { background-color: rgb(129,90,97); }
div.DivClassName
{
background-color: #815A61;
}
.BgClassName
{
background-color: #815A61;
}
</style>
border-color css
<style>
span { border-color: #815A61; }
span { border-color: rgb(129,90,97); }
td.TdClassName
{
border-color: #815A61;
}
.TagClassName
{
border-color: #815A61;
}
</style>