Shades of Cranberry #C8527C
Tints of Cranberry #C8527C
RGB
CMYK
RGB Variations
Color information
#C8527C (or 0xC8527C) is known color: Cranberry. HEX triplet: C8, 52 and 7C. RGB value is (200,82,124). Sum of RGB (Red+Green+Blue) = 200+82+124=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8527C is #37AD83. Grayscale: #7A7A7A. Windows color (decimal): -3648900 or 8147656. OLE color: 8147656.
HSL color Cylindrical-coordinate representation of color #C8527C: hue angle of 338.64º degrees, saturation: 0.52, 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 #C8527C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 124 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.22 |
| HSL | 338.64º | 0.52% | 0.55% | - |
| HSV(B) | 338.64º | 0.59% | 0.78% | - |
| XYZ | 30.47 | 19.77 | 21.28 | - |
| YUV | 122.07 | 129.09 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 124 | 0 | 0.59 | 0.38 | 0.22 | 338.64 | 0.52 | 0.55 |
| Hex | C8 | 52 | 7C | 0 | 3B | 26 | 16 | 153 | 34 | 37 |
| Octal | 310 | 122 | 174 | 0 | 73 | 46 | 26 | 523 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1111100 | 0 | 111011 | 100110 | 10110 | 101010011 | 110100 | 110111 |
Color Harmonies of #C8527C
Complementary color
Monochromatic Colors of #C8527C
Black with #C8527C
Text Example
Text Example
White with #C8527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8527C; }
p { color: rgb(200,82,124); }
H1.HeaderClassName
{
color: #C8527C;
}
.AnyTagClassName
{
color: #C8527C;
}
</style>
background-color css
<style>
a { background-color: #C8527C; }
a { background-color: rgb(200,82,124); }
div.DivClassName
{
background-color: #C8527C;
}
.BgClassName
{
background-color: #C8527C;
}
</style>
border-color css
<style>
span { border-color: #C8527C; }
span { border-color: rgb(200,82,124); }
td.TdClassName
{
border-color: #C8527C;
}
.TagClassName
{
border-color: #C8527C;
}
</style>