Shades of Cannon Pink #875369
Tints of Cannon Pink #875369
RGB
CMYK
RGB Variations
Color information
#875369 (or 0x875369) is known color: Cannon Pink. HEX triplet: 87, 53 and 69. RGB value is (135,83,105). Sum of RGB (Red+Green+Blue) = 135+83+105=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875369 is #78AC96. Grayscale: #656565. Windows color (decimal): -7908503 or 6902663. OLE color: 6902663.
HSL color Cylindrical-coordinate representation of color #875369: hue angle of 334.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875369 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 105 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.47 |
| HSL | 334.62º | 0.24% | 0.43% | - |
| HSV(B) | 334.62º | 0.39% | 0.53% | - |
| XYZ | 15.63 | 12.36 | 14.93 | - |
| YUV | 101.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 105 | 0 | 0.39 | 0.22 | 0.47 | 334.62 | 0.24 | 0.43 |
| Hex | 87 | 53 | 69 | 0 | 27 | 16 | 2F | 14F | 18 | 2B |
| Octal | 207 | 123 | 151 | 0 | 47 | 26 | 57 | 517 | 30 | 53 |
| Binary | 10000111 | 1010011 | 1101001 | 0 | 100111 | 10110 | 101111 | 101001111 | 11000 | 101011 |
Color Harmonies of #875369
Complementary color
Monochromatic Colors of #875369
Black with #875369
Text Example
Text Example
White with #875369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875369; }
p { color: rgb(135,83,105); }
H1.HeaderClassName
{
color: #875369;
}
.AnyTagClassName
{
color: #875369;
}
</style>
background-color css
<style>
a { background-color: #875369; }
a { background-color: rgb(135,83,105); }
div.DivClassName
{
background-color: #875369;
}
.BgClassName
{
background-color: #875369;
}
</style>
border-color css
<style>
span { border-color: #875369; }
span { border-color: rgb(135,83,105); }
td.TdClassName
{
border-color: #875369;
}
.TagClassName
{
border-color: #875369;
}
</style>