Shades of Cannon Pink #81525C
Tints of Cannon Pink #81525C
RGB
CMYK
RGB Variations
Color information
#81525C (or 0x81525C) is known color: Cannon Pink. HEX triplet: 81, 52 and 5C. RGB value is (129,82,92). Sum of RGB (Red+Green+Blue) = 129+82+92=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81525C is #7EADA3. Grayscale: #616161. Windows color (decimal): -8301988 or 6050433. OLE color: 6050433.
HSL color Cylindrical-coordinate representation of color #81525C: hue angle of 347.23º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81525C is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 92 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.49 |
| HSL | 347.23º | 0.22% | 0.41% | - |
| HSV(B) | 347.23º | 0.36% | 0.51% | - |
| XYZ | 14 | 11.47 | 11.6 | - |
| YUV | 97.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 92 | 0 | 0.36 | 0.29 | 0.49 | 347.23 | 0.22 | 0.41 |
| Hex | 81 | 52 | 5C | 0 | 24 | 1D | 31 | 15B | 16 | 29 |
| Octal | 201 | 122 | 134 | 0 | 44 | 35 | 61 | 533 | 26 | 51 |
| Binary | 10000001 | 1010010 | 1011100 | 0 | 100100 | 11101 | 110001 | 101011011 | 10110 | 101001 |
Color Harmonies of #81525C
Complementary color
Monochromatic Colors of #81525C
Black with #81525C
Text Example
Text Example
White with #81525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81525C; }
p { color: rgb(129,82,92); }
H1.HeaderClassName
{
color: #81525C;
}
.AnyTagClassName
{
color: #81525C;
}
</style>
background-color css
<style>
a { background-color: #81525C; }
a { background-color: rgb(129,82,92); }
div.DivClassName
{
background-color: #81525C;
}
.BgClassName
{
background-color: #81525C;
}
</style>
border-color css
<style>
span { border-color: #81525C; }
span { border-color: rgb(129,82,92); }
td.TdClassName
{
border-color: #81525C;
}
.TagClassName
{
border-color: #81525C;
}
</style>