Shades of Cannon Pink #815A68
Tints of Cannon Pink #815A68
RGB
CMYK
RGB Variations
Color information
#815A68 (or 0x815A68) is known color: Cannon Pink. HEX triplet: 81, 5A and 68. RGB value is (129,90,104). Sum of RGB (Red+Green+Blue) = 129+90+104=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #815A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A68 is #7EA597. Grayscale: #676767. Windows color (decimal): -8299928 or 6838913. OLE color: 6838913.
HSL color Cylindrical-coordinate representation of color #815A68: hue angle of 338.46º 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 #815A68 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 104 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.49 |
| HSL | 338.46º | 0.18% | 0.43% | - |
| HSV(B) | 338.46º | 0.3% | 0.51% | - |
| XYZ | 15.21 | 12.98 | 14.8 | - |
| YUV | 103.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 104 | 0 | 0.30 | 0.19 | 0.49 | 338.46 | 0.18 | 0.43 |
| Hex | 81 | 5A | 68 | 0 | 1E | 13 | 31 | 152 | 12 | 2B |
| Octal | 201 | 132 | 150 | 0 | 36 | 23 | 61 | 522 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1101000 | 0 | 11110 | 10011 | 110001 | 101010010 | 10010 | 101011 |
Color Harmonies of #815A68
Complementary color
Monochromatic Colors of #815A68
Black with #815A68
Text Example
Text Example
White with #815A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A68; }
p { color: rgb(129,90,104); }
H1.HeaderClassName
{
color: #815A68;
}
.AnyTagClassName
{
color: #815A68;
}
</style>
background-color css
<style>
a { background-color: #815A68; }
a { background-color: rgb(129,90,104); }
div.DivClassName
{
background-color: #815A68;
}
.BgClassName
{
background-color: #815A68;
}
</style>
border-color css
<style>
span { border-color: #815A68; }
span { border-color: rgb(129,90,104); }
td.TdClassName
{
border-color: #815A68;
}
.TagClassName
{
border-color: #815A68;
}
</style>