Shades of Cranberry #C85B80
Tints of Cranberry #C85B80
RGB
CMYK
RGB Variations
Color information
#C85B80 (or 0xC85B80) is known color: Cranberry. HEX triplet: C8, 5B and 80. RGB value is (200,91,128). Sum of RGB (Red+Green+Blue) = 200+91+128=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85B80 is #37A47F. Grayscale: #7F7F7F. Windows color (decimal): -3646592 or 8412104. OLE color: 8412104.
HSL color Cylindrical-coordinate representation of color #C85B80: hue angle of 339.63º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B80 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 128 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.22 |
| HSL | 339.63º | 0.5% | 0.57% | - |
| HSV(B) | 339.63º | 0.55% | 0.78% | - |
| XYZ | 31.46 | 21.32 | 22.88 | - |
| YUV | 127.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 128 | 0 | 0.54 | 0.36 | 0.22 | 339.63 | 0.5 | 0.57 |
| Hex | C8 | 5B | 80 | 0 | 36 | 24 | 16 | 154 | 32 | 39 |
| Octal | 310 | 133 | 200 | 0 | 66 | 44 | 26 | 524 | 62 | 71 |
| Binary | 11001000 | 1011011 | 10000000 | 0 | 110110 | 100100 | 10110 | 101010100 | 110010 | 111001 |
Color Harmonies of #C85B80
Complementary color
Monochromatic Colors of #C85B80
Black with #C85B80
Text Example
Text Example
White with #C85B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B80; }
p { color: rgb(200,91,128); }
H1.HeaderClassName
{
color: #C85B80;
}
.AnyTagClassName
{
color: #C85B80;
}
</style>
background-color css
<style>
a { background-color: #C85B80; }
a { background-color: rgb(200,91,128); }
div.DivClassName
{
background-color: #C85B80;
}
.BgClassName
{
background-color: #C85B80;
}
</style>
border-color css
<style>
span { border-color: #C85B80; }
span { border-color: rgb(200,91,128); }
td.TdClassName
{
border-color: #C85B80;
}
.TagClassName
{
border-color: #C85B80;
}
</style>