Shades of Cranberry #C8527E
Tints of Cranberry #C8527E
RGB
CMYK
RGB Variations
Color information
#C8527E (or 0xC8527E) is known color: Cranberry. HEX triplet: C8, 52 and 7E. RGB value is (200,82,126). Sum of RGB (Red+Green+Blue) = 200+82+126=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8527E is #37AD81. Grayscale: #7A7A7A. Windows color (decimal): -3648898 or 8278728. OLE color: 8278728.
HSL color Cylindrical-coordinate representation of color #C8527E: hue angle of 337.63º 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 #C8527E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 126 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.22 |
| HSL | 337.63º | 0.52% | 0.55% | - |
| HSV(B) | 337.63º | 0.59% | 0.78% | - |
| XYZ | 30.6 | 19.82 | 21.95 | - |
| YUV | 122.3 | 130.09 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 126 | 0 | 0.59 | 0.37 | 0.22 | 337.63 | 0.52 | 0.55 |
| Hex | C8 | 52 | 7E | 0 | 3B | 25 | 16 | 152 | 34 | 37 |
| Octal | 310 | 122 | 176 | 0 | 73 | 45 | 26 | 522 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1111110 | 0 | 111011 | 100101 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C8527E
Complementary color
Monochromatic Colors of #C8527E
Black with #C8527E
Text Example
Text Example
White with #C8527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8527E; }
p { color: rgb(200,82,126); }
H1.HeaderClassName
{
color: #C8527E;
}
.AnyTagClassName
{
color: #C8527E;
}
</style>
background-color css
<style>
a { background-color: #C8527E; }
a { background-color: rgb(200,82,126); }
div.DivClassName
{
background-color: #C8527E;
}
.BgClassName
{
background-color: #C8527E;
}
</style>
border-color css
<style>
span { border-color: #C8527E; }
span { border-color: rgb(200,82,126); }
td.TdClassName
{
border-color: #C8527E;
}
.TagClassName
{
border-color: #C8527E;
}
</style>