Shades of Cranberry #C8517C
Tints of Cranberry #C8517C
RGB
CMYK
RGB Variations
Color information
#C8517C (or 0xC8517C) is known color: Cranberry. HEX triplet: C8, 51 and 7C. RGB value is (200,81,124). Sum of RGB (Red+Green+Blue) = 200+81+124=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8517C is #37AE83. Grayscale: #797979. Windows color (decimal): -3649156 or 8147400. OLE color: 8147400.
HSL color Cylindrical-coordinate representation of color #C8517C: hue angle of 338.32º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8517C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 124 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.22 |
| HSL | 338.32º | 0.52% | 0.55% | - |
| HSV(B) | 338.32º | 0.6% | 0.78% | - |
| XYZ | 30.4 | 19.62 | 21.25 | - |
| YUV | 121.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 124 | 0 | 0.59 | 0.38 | 0.22 | 338.32 | 0.52 | 0.55 |
| Hex | C8 | 51 | 7C | 0 | 3B | 26 | 16 | 152 | 34 | 37 |
| Octal | 310 | 121 | 174 | 0 | 73 | 46 | 26 | 522 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1111100 | 0 | 111011 | 100110 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C8517C
Complementary color
Monochromatic Colors of #C8517C
Black with #C8517C
Text Example
Text Example
White with #C8517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8517C; }
p { color: rgb(200,81,124); }
H1.HeaderClassName
{
color: #C8517C;
}
.AnyTagClassName
{
color: #C8517C;
}
</style>
background-color css
<style>
a { background-color: #C8517C; }
a { background-color: rgb(200,81,124); }
div.DivClassName
{
background-color: #C8517C;
}
.BgClassName
{
background-color: #C8517C;
}
</style>
border-color css
<style>
span { border-color: #C8517C; }
span { border-color: rgb(200,81,124); }
td.TdClassName
{
border-color: #C8517C;
}
.TagClassName
{
border-color: #C8517C;
}
</style>