Shades of Cranberry #C8537D
Tints of Cranberry #C8537D
RGB
CMYK
RGB Variations
Color information
#C8537D (or 0xC8537D) is known color: Cranberry. HEX triplet: C8, 53 and 7D. RGB value is (200,83,125). Sum of RGB (Red+Green+Blue) = 200+83+125=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537D is #37AC82. Grayscale: #7A7A7A. Windows color (decimal): -3648643 or 8213448. OLE color: 8213448.
HSL color Cylindrical-coordinate representation of color #C8537D: hue angle of 338.46º 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 #C8537D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 125 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 338.46º | 0.52% | 0.55% | - |
| HSV(B) | 338.46º | 0.59% | 0.78% | - |
| XYZ | 30.61 | 19.95 | 21.64 | - |
| YUV | 122.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 125 | 0 | 0.58 | 0.38 | 0.22 | 338.46 | 0.52 | 0.55 |
| Hex | C8 | 53 | 7D | 0 | 3A | 26 | 16 | 152 | 34 | 37 |
| Octal | 310 | 123 | 175 | 0 | 72 | 46 | 26 | 522 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1111101 | 0 | 111010 | 100110 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C8537D
Complementary color
Monochromatic Colors of #C8537D
Black with #C8537D
Text Example
Text Example
White with #C8537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8537D; }
p { color: rgb(200,83,125); }
H1.HeaderClassName
{
color: #C8537D;
}
.AnyTagClassName
{
color: #C8537D;
}
</style>
background-color css
<style>
a { background-color: #C8537D; }
a { background-color: rgb(200,83,125); }
div.DivClassName
{
background-color: #C8537D;
}
.BgClassName
{
background-color: #C8537D;
}
</style>
border-color css
<style>
span { border-color: #C8537D; }
span { border-color: rgb(200,83,125); }
td.TdClassName
{
border-color: #C8537D;
}
.TagClassName
{
border-color: #C8537D;
}
</style>