Shades of Cranberry #C8537E
Tints of Cranberry #C8537E
RGB
CMYK
RGB Variations
Color information
#C8537E (or 0xC8537E) is known color: Cranberry. HEX triplet: C8, 53 and 7E. RGB value is (200,83,126). Sum of RGB (Red+Green+Blue) = 200+83+126=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537E is #37AC81. Grayscale: #7A7A7A. Windows color (decimal): -3648642 or 8278984. OLE color: 8278984.
HSL color Cylindrical-coordinate representation of color #C8537E: hue angle of 337.95º 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 #C8537E is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 126 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.22 |
| HSL | 337.95º | 0.52% | 0.55% | - |
| HSV(B) | 337.95º | 0.59% | 0.78% | - |
| XYZ | 30.68 | 19.97 | 21.98 | - |
| YUV | 122.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 126 | 0 | 0.58 | 0.37 | 0.22 | 337.95 | 0.52 | 0.55 |
| Hex | C8 | 53 | 7E | 0 | 3A | 25 | 16 | 152 | 34 | 37 |
| Octal | 310 | 123 | 176 | 0 | 72 | 45 | 26 | 522 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1111110 | 0 | 111010 | 100101 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C8537E
Complementary color
Monochromatic Colors of #C8537E
Black with #C8537E
Text Example
Text Example
White with #C8537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8537E; }
p { color: rgb(200,83,126); }
H1.HeaderClassName
{
color: #C8537E;
}
.AnyTagClassName
{
color: #C8537E;
}
</style>
background-color css
<style>
a { background-color: #C8537E; }
a { background-color: rgb(200,83,126); }
div.DivClassName
{
background-color: #C8537E;
}
.BgClassName
{
background-color: #C8537E;
}
</style>
border-color css
<style>
span { border-color: #C8537E; }
span { border-color: rgb(200,83,126); }
td.TdClassName
{
border-color: #C8537E;
}
.TagClassName
{
border-color: #C8537E;
}
</style>