Shades of Cranberry #C85980
Tints of Cranberry #C85980
RGB
CMYK
RGB Variations
Color information
#C85980 (or 0xC85980) is known color: Cranberry. HEX triplet: C8, 59 and 80. RGB value is (200,89,128). Sum of RGB (Red+Green+Blue) = 200+89+128=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85980 is #37A67F. Grayscale: #7E7E7E. Windows color (decimal): -3647104 or 8411592. OLE color: 8411592.
HSL color Cylindrical-coordinate representation of color #C85980: hue angle of 338.92º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85980 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 128 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.22 |
| HSL | 338.92º | 0.5% | 0.57% | - |
| HSV(B) | 338.92º | 0.56% | 0.78% | - |
| XYZ | 31.29 | 20.98 | 22.82 | - |
| YUV | 126.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 128 | 0 | 0.56 | 0.36 | 0.22 | 338.92 | 0.5 | 0.57 |
| Hex | C8 | 59 | 80 | 0 | 38 | 24 | 16 | 153 | 32 | 39 |
| Octal | 310 | 131 | 200 | 0 | 70 | 44 | 26 | 523 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10000000 | 0 | 111000 | 100100 | 10110 | 101010011 | 110010 | 111001 |
Color Harmonies of #C85980
Complementary color
Monochromatic Colors of #C85980
Black with #C85980
Text Example
Text Example
White with #C85980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85980; }
p { color: rgb(200,89,128); }
H1.HeaderClassName
{
color: #C85980;
}
.AnyTagClassName
{
color: #C85980;
}
</style>
background-color css
<style>
a { background-color: #C85980; }
a { background-color: rgb(200,89,128); }
div.DivClassName
{
background-color: #C85980;
}
.BgClassName
{
background-color: #C85980;
}
</style>
border-color css
<style>
span { border-color: #C85980; }
span { border-color: rgb(200,89,128); }
td.TdClassName
{
border-color: #C85980;
}
.TagClassName
{
border-color: #C85980;
}
</style>