Shades of Cranberry #C85B7E
Tints of Cranberry #C85B7E
RGB
CMYK
RGB Variations
Color information
#C85B7E (or 0xC85B7E) is known color: Cranberry. HEX triplet: C8, 5B and 7E. RGB value is (200,91,126). Sum of RGB (Red+Green+Blue) = 200+91+126=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B7E is #37A481. Grayscale: #7F7F7F. Windows color (decimal): -3646594 or 8281032. OLE color: 8281032.
HSL color Cylindrical-coordinate representation of color #C85B7E: hue angle of 340.73º 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 #C85B7E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 126 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.22 |
| HSL | 340.73º | 0.5% | 0.57% | - |
| HSV(B) | 340.73º | 0.55% | 0.78% | - |
| XYZ | 31.33 | 21.27 | 22.19 | - |
| YUV | 127.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 126 | 0 | 0.54 | 0.37 | 0.22 | 340.73 | 0.5 | 0.57 |
| Hex | C8 | 5B | 7E | 0 | 36 | 25 | 16 | 155 | 32 | 39 |
| Octal | 310 | 133 | 176 | 0 | 66 | 45 | 26 | 525 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1111110 | 0 | 110110 | 100101 | 10110 | 101010101 | 110010 | 111001 |
Color Harmonies of #C85B7E
Complementary color
Monochromatic Colors of #C85B7E
Black with #C85B7E
Text Example
Text Example
White with #C85B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B7E; }
p { color: rgb(200,91,126); }
H1.HeaderClassName
{
color: #C85B7E;
}
.AnyTagClassName
{
color: #C85B7E;
}
</style>
background-color css
<style>
a { background-color: #C85B7E; }
a { background-color: rgb(200,91,126); }
div.DivClassName
{
background-color: #C85B7E;
}
.BgClassName
{
background-color: #C85B7E;
}
</style>
border-color css
<style>
span { border-color: #C85B7E; }
span { border-color: rgb(200,91,126); }
td.TdClassName
{
border-color: #C85B7E;
}
.TagClassName
{
border-color: #C85B7E;
}
</style>