Shades of Cranberry #C95981
Tints of Cranberry #C95981
RGB
CMYK
RGB Variations
Color information
#C95981 (or 0xC95981) is known color: Cranberry. HEX triplet: C9, 59 and 81. RGB value is (201,89,129). Sum of RGB (Red+Green+Blue) = 201+89+129=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95981 is #36A67E. Grayscale: #7F7F7F. Windows color (decimal): -3581567 or 8477129. OLE color: 8477129.
HSL color Cylindrical-coordinate representation of color #C95981: hue angle of 338.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95981 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 129 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.21 |
| HSL | 338.57º | 0.51% | 0.57% | - |
| HSV(B) | 338.57º | 0.56% | 0.79% | - |
| XYZ | 31.62 | 21.15 | 23.18 | - |
| YUV | 127.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 129 | 0 | 0.56 | 0.36 | 0.21 | 338.57 | 0.51 | 0.57 |
| Hex | C9 | 59 | 81 | 0 | 38 | 24 | 15 | 153 | 33 | 39 |
| Octal | 311 | 131 | 201 | 0 | 70 | 44 | 25 | 523 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10000001 | 0 | 111000 | 100100 | 10101 | 101010011 | 110011 | 111001 |
Color Harmonies of #C95981
Complementary color
Monochromatic Colors of #C95981
Black with #C95981
Text Example
Text Example
White with #C95981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95981; }
p { color: rgb(201,89,129); }
H1.HeaderClassName
{
color: #C95981;
}
.AnyTagClassName
{
color: #C95981;
}
</style>
background-color css
<style>
a { background-color: #C95981; }
a { background-color: rgb(201,89,129); }
div.DivClassName
{
background-color: #C95981;
}
.BgClassName
{
background-color: #C95981;
}
</style>
border-color css
<style>
span { border-color: #C95981; }
span { border-color: rgb(201,89,129); }
td.TdClassName
{
border-color: #C95981;
}
.TagClassName
{
border-color: #C95981;
}
</style>