Shades of Cranberry #C8537C
Tints of Cranberry #C8537C
RGB
CMYK
RGB Variations
Color information
#C8537C (or 0xC8537C) is known color: Cranberry. HEX triplet: C8, 53 and 7C. RGB value is (200,83,124). Sum of RGB (Red+Green+Blue) = 200+83+124=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537C is #37AC83. Grayscale: #7A7A7A. Windows color (decimal): -3648644 or 8147912. OLE color: 8147912.
HSL color Cylindrical-coordinate representation of color #C8537C: hue angle of 338.97º 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 #C8537C is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 124 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 338.97º | 0.52% | 0.55% | - |
| HSV(B) | 338.97º | 0.59% | 0.78% | - |
| XYZ | 30.55 | 19.92 | 21.3 | - |
| YUV | 122.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 124 | 0 | 0.58 | 0.38 | 0.22 | 338.97 | 0.52 | 0.55 |
| Hex | C8 | 53 | 7C | 0 | 3A | 26 | 16 | 153 | 34 | 37 |
| Octal | 310 | 123 | 174 | 0 | 72 | 46 | 26 | 523 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1111100 | 0 | 111010 | 100110 | 10110 | 101010011 | 110100 | 110111 |
Color Harmonies of #C8537C
Complementary color
Monochromatic Colors of #C8537C
Black with #C8537C
Text Example
Text Example
White with #C8537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8537C; }
p { color: rgb(200,83,124); }
H1.HeaderClassName
{
color: #C8537C;
}
.AnyTagClassName
{
color: #C8537C;
}
</style>
background-color css
<style>
a { background-color: #C8537C; }
a { background-color: rgb(200,83,124); }
div.DivClassName
{
background-color: #C8537C;
}
.BgClassName
{
background-color: #C8537C;
}
</style>
border-color css
<style>
span { border-color: #C8537C; }
span { border-color: rgb(200,83,124); }
td.TdClassName
{
border-color: #C8537C;
}
.TagClassName
{
border-color: #C8537C;
}
</style>