Shades of Cannon Pink #875A68
Tints of Cannon Pink #875A68
RGB
CMYK
RGB Variations
Color information
#875A68 (or 0x875A68) is known color: Cannon Pink. HEX triplet: 87, 5A and 68. RGB value is (135,90,104). Sum of RGB (Red+Green+Blue) = 135+90+104=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A68 is #78A597. Grayscale: #696969. Windows color (decimal): -7906712 or 6838919. OLE color: 6838919.
HSL color Cylindrical-coordinate representation of color #875A68: hue angle of 341.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 #875A68 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 104 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.47 |
| HSL | 341.33º | 0.2% | 0.44% | - |
| HSV(B) | 341.33º | 0.33% | 0.53% | - |
| XYZ | 16.15 | 13.46 | 14.84 | - |
| YUV | 105.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 104 | 0 | 0.33 | 0.23 | 0.47 | 341.33 | 0.2 | 0.44 |
| Hex | 87 | 5A | 68 | 0 | 21 | 17 | 2F | 155 | 14 | 2C |
| Octal | 207 | 132 | 150 | 0 | 41 | 27 | 57 | 525 | 24 | 54 |
| Binary | 10000111 | 1011010 | 1101000 | 0 | 100001 | 10111 | 101111 | 101010101 | 10100 | 101100 |
Color Harmonies of #875A68
Complementary color
Monochromatic Colors of #875A68
Black with #875A68
Text Example
Text Example
White with #875A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A68; }
p { color: rgb(135,90,104); }
H1.HeaderClassName
{
color: #875A68;
}
.AnyTagClassName
{
color: #875A68;
}
</style>
background-color css
<style>
a { background-color: #875A68; }
a { background-color: rgb(135,90,104); }
div.DivClassName
{
background-color: #875A68;
}
.BgClassName
{
background-color: #875A68;
}
</style>
border-color css
<style>
span { border-color: #875A68; }
span { border-color: rgb(135,90,104); }
td.TdClassName
{
border-color: #875A68;
}
.TagClassName
{
border-color: #875A68;
}
</style>