Shades of Cranberry #C85A81
Tints of Cranberry #C85A81
RGB
CMYK
RGB Variations
Color information
#C85A81 (or 0xC85A81) is known color: Cranberry. HEX triplet: C8, 5A and 81. RGB value is (200,90,129). Sum of RGB (Red+Green+Blue) = 200+90+129=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85A81 is #37A57E. Grayscale: #7F7F7F. Windows color (decimal): -3646847 or 8477384. OLE color: 8477384.
HSL color Cylindrical-coordinate representation of color #C85A81: hue angle of 338.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85A81 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 129 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.22 |
| HSL | 338.73º | 0.5% | 0.57% | - |
| HSV(B) | 338.73º | 0.55% | 0.78% | - |
| XYZ | 31.44 | 21.18 | 23.2 | - |
| YUV | 127.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 129 | 0 | 0.55 | 0.36 | 0.22 | 338.73 | 0.5 | 0.57 |
| Hex | C8 | 5A | 81 | 0 | 37 | 24 | 16 | 153 | 32 | 39 |
| Octal | 310 | 132 | 201 | 0 | 67 | 44 | 26 | 523 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10000001 | 0 | 110111 | 100100 | 10110 | 101010011 | 110010 | 111001 |
Color Harmonies of #C85A81
Complementary color
Monochromatic Colors of #C85A81
Black with #C85A81
Text Example
Text Example
White with #C85A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A81; }
p { color: rgb(200,90,129); }
H1.HeaderClassName
{
color: #C85A81;
}
.AnyTagClassName
{
color: #C85A81;
}
</style>
background-color css
<style>
a { background-color: #C85A81; }
a { background-color: rgb(200,90,129); }
div.DivClassName
{
background-color: #C85A81;
}
.BgClassName
{
background-color: #C85A81;
}
</style>
border-color css
<style>
span { border-color: #C85A81; }
span { border-color: rgb(200,90,129); }
td.TdClassName
{
border-color: #C85A81;
}
.TagClassName
{
border-color: #C85A81;
}
</style>