Shades of Cranberry #C8507C
Tints of Cranberry #C8507C
RGB
CMYK
RGB Variations
Color information
#C8507C (or 0xC8507C) is known color: Cranberry. HEX triplet: C8, 50 and 7C. RGB value is (200,80,124). Sum of RGB (Red+Green+Blue) = 200+80+124=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8507C is #37AF83. Grayscale: #787878. Windows color (decimal): -3649412 or 8147144. OLE color: 8147144.
HSL color Cylindrical-coordinate representation of color #C8507C: hue angle of 338º 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 #C8507C is Cyan = 0, Magento = 0.6, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 124 | - |
| CMYK | 0 | 0.6 | 0.38 | 0.22 |
| HSL | 338º | 0.52% | 0.55% | - |
| HSV(B) | 338º | 0.6% | 0.78% | - |
| XYZ | 30.33 | 19.47 | 21.23 | - |
| YUV | 120.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 124 | 0 | 0.6 | 0.38 | 0.22 | 338 | 0.52 | 0.55 |
| Hex | C8 | 50 | 7C | 0 | 3C | 26 | 16 | 152 | 34 | 37 |
| Octal | 310 | 120 | 174 | 0 | 74 | 46 | 26 | 522 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1111100 | 0 | 111100 | 100110 | 10110 | 101010010 | 110100 | 110111 |
Color Harmonies of #C8507C
Complementary color
Monochromatic Colors of #C8507C
Black with #C8507C
Text Example
Text Example
White with #C8507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8507C; }
p { color: rgb(200,80,124); }
H1.HeaderClassName
{
color: #C8507C;
}
.AnyTagClassName
{
color: #C8507C;
}
</style>
background-color css
<style>
a { background-color: #C8507C; }
a { background-color: rgb(200,80,124); }
div.DivClassName
{
background-color: #C8507C;
}
.BgClassName
{
background-color: #C8507C;
}
</style>
border-color css
<style>
span { border-color: #C8507C; }
span { border-color: rgb(200,80,124); }
td.TdClassName
{
border-color: #C8507C;
}
.TagClassName
{
border-color: #C8507C;
}
</style>