Shades of Cranberry #C85981
Tints of Cranberry #C85981
RGB
CMYK
RGB Variations
Color information
#C85981 (or 0xC85981) is known color: Cranberry. HEX triplet: C8, 59 and 81. RGB value is (200,89,129). Sum of RGB (Red+Green+Blue) = 200+89+129=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85981 is #37A67E. Grayscale: #7E7E7E. Windows color (decimal): -3647103 or 8477128. OLE color: 8477128.
HSL color Cylindrical-coordinate representation of color #C85981: hue angle of 338.38º 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 #C85981 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 129 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.22 |
| HSL | 338.38º | 0.5% | 0.57% | - |
| HSV(B) | 338.38º | 0.56% | 0.78% | - |
| XYZ | 31.35 | 21.01 | 23.17 | - |
| YUV | 126.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 129 | 0 | 0.56 | 0.36 | 0.22 | 338.38 | 0.5 | 0.57 |
| Hex | C8 | 59 | 81 | 0 | 38 | 24 | 16 | 152 | 32 | 39 |
| Octal | 310 | 131 | 201 | 0 | 70 | 44 | 26 | 522 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10000001 | 0 | 111000 | 100100 | 10110 | 101010010 | 110010 | 111001 |
Color Harmonies of #C85981
Complementary color
Monochromatic Colors of #C85981
Black with #C85981
Text Example
Text Example
White with #C85981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85981; }
p { color: rgb(200,89,129); }
H1.HeaderClassName
{
color: #C85981;
}
.AnyTagClassName
{
color: #C85981;
}
</style>
background-color css
<style>
a { background-color: #C85981; }
a { background-color: rgb(200,89,129); }
div.DivClassName
{
background-color: #C85981;
}
.BgClassName
{
background-color: #C85981;
}
</style>
border-color css
<style>
span { border-color: #C85981; }
span { border-color: rgb(200,89,129); }
td.TdClassName
{
border-color: #C85981;
}
.TagClassName
{
border-color: #C85981;
}
</style>