Shades of Cannon Pink #815A64
Tints of Cannon Pink #815A64
RGB
CMYK
RGB Variations
Color information
#815A64 (or 0x815A64) is known color: Cannon Pink. HEX triplet: 81, 5A and 64. RGB value is (129,90,100). Sum of RGB (Red+Green+Blue) = 129+90+100=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #815A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A64 is #7EA59B. Grayscale: #666666. Windows color (decimal): -8299932 or 6576769. OLE color: 6576769.
HSL color Cylindrical-coordinate representation of color #815A64: hue angle of 344.62º 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 #815A64 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 100 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.49 |
| HSL | 344.62º | 0.18% | 0.43% | - |
| HSV(B) | 344.62º | 0.3% | 0.51% | - |
| XYZ | 15.01 | 12.9 | 13.76 | - |
| YUV | 102.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 100 | 0 | 0.30 | 0.22 | 0.49 | 344.62 | 0.18 | 0.43 |
| Hex | 81 | 5A | 64 | 0 | 1E | 16 | 31 | 159 | 12 | 2B |
| Octal | 201 | 132 | 144 | 0 | 36 | 26 | 61 | 531 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1100100 | 0 | 11110 | 10110 | 110001 | 101011001 | 10010 | 101011 |
Color Harmonies of #815A64
Complementary color
Monochromatic Colors of #815A64
Black with #815A64
Text Example
Text Example
White with #815A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A64; }
p { color: rgb(129,90,100); }
H1.HeaderClassName
{
color: #815A64;
}
.AnyTagClassName
{
color: #815A64;
}
</style>
background-color css
<style>
a { background-color: #815A64; }
a { background-color: rgb(129,90,100); }
div.DivClassName
{
background-color: #815A64;
}
.BgClassName
{
background-color: #815A64;
}
</style>
border-color css
<style>
span { border-color: #815A64; }
span { border-color: rgb(129,90,100); }
td.TdClassName
{
border-color: #815A64;
}
.TagClassName
{
border-color: #815A64;
}
</style>