Shades of Cranberry #C7527C
Tints of Cranberry #C7527C
RGB
CMYK
RGB Variations
Color information
#C7527C (or 0xC7527C) is known color: Cranberry. HEX triplet: C7, 52 and 7C. RGB value is (199,82,124). Sum of RGB (Red+Green+Blue) = 199+82+124=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7527C is #38AD83. Grayscale: #797979. Windows color (decimal): -3714436 or 8147655. OLE color: 8147655.
HSL color Cylindrical-coordinate representation of color #C7527C: hue angle of 338.46º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7527C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 124 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.22 |
| HSL | 338.46º | 0.51% | 0.55% | - |
| HSV(B) | 338.46º | 0.59% | 0.78% | - |
| XYZ | 30.21 | 19.63 | 21.27 | - |
| YUV | 121.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 124 | 0 | 0.59 | 0.38 | 0.22 | 338.46 | 0.51 | 0.55 |
| Hex | C7 | 52 | 7C | 0 | 3B | 26 | 16 | 152 | 33 | 37 |
| Octal | 307 | 122 | 174 | 0 | 73 | 46 | 26 | 522 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1111100 | 0 | 111011 | 100110 | 10110 | 101010010 | 110011 | 110111 |
Color Harmonies of #C7527C
Complementary color
Monochromatic Colors of #C7527C
Black with #C7527C
Text Example
Text Example
White with #C7527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7527C; }
p { color: rgb(199,82,124); }
H1.HeaderClassName
{
color: #C7527C;
}
.AnyTagClassName
{
color: #C7527C;
}
</style>
background-color css
<style>
a { background-color: #C7527C; }
a { background-color: rgb(199,82,124); }
div.DivClassName
{
background-color: #C7527C;
}
.BgClassName
{
background-color: #C7527C;
}
</style>
border-color css
<style>
span { border-color: #C7527C; }
span { border-color: rgb(199,82,124); }
td.TdClassName
{
border-color: #C7527C;
}
.TagClassName
{
border-color: #C7527C;
}
</style>