Shades of Cannon Pink #875A62
Tints of Cannon Pink #875A62
RGB
CMYK
RGB Variations
Color information
#875A62 (or 0x875A62) is known color: Cannon Pink. HEX triplet: 87, 5A and 62. RGB value is (135,90,98). Sum of RGB (Red+Green+Blue) = 135+90+98=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A62 is #78A59D. Grayscale: #686868. Windows color (decimal): -7906718 or 6445703. OLE color: 6445703.
HSL color Cylindrical-coordinate representation of color #875A62: hue angle of 349.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875A62 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 98 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.47 |
| HSL | 349.33º | 0.2% | 0.44% | - |
| HSV(B) | 349.33º | 0.33% | 0.53% | - |
| XYZ | 15.85 | 13.35 | 13.3 | - |
| YUV | 104.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 98 | 0 | 0.33 | 0.27 | 0.47 | 349.33 | 0.2 | 0.44 |
| Hex | 87 | 5A | 62 | 0 | 21 | 1B | 2F | 15D | 14 | 2C |
| Octal | 207 | 132 | 142 | 0 | 41 | 33 | 57 | 535 | 24 | 54 |
| Binary | 10000111 | 1011010 | 1100010 | 0 | 100001 | 11011 | 101111 | 101011101 | 10100 | 101100 |
Color Harmonies of #875A62
Complementary color
Monochromatic Colors of #875A62
Black with #875A62
Text Example
Text Example
White with #875A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A62; }
p { color: rgb(135,90,98); }
H1.HeaderClassName
{
color: #875A62;
}
.AnyTagClassName
{
color: #875A62;
}
</style>
background-color css
<style>
a { background-color: #875A62; }
a { background-color: rgb(135,90,98); }
div.DivClassName
{
background-color: #875A62;
}
.BgClassName
{
background-color: #875A62;
}
</style>
border-color css
<style>
span { border-color: #875A62; }
span { border-color: rgb(135,90,98); }
td.TdClassName
{
border-color: #875A62;
}
.TagClassName
{
border-color: #875A62;
}
</style>