Shades of Cranberry #C85B7F
Tints of Cranberry #C85B7F
RGB
CMYK
RGB Variations
Color information
#C85B7F (or 0xC85B7F) is known color: Cranberry. HEX triplet: C8, 5B and 7F. RGB value is (200,91,127). Sum of RGB (Red+Green+Blue) = 200+91+127=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B7F is #37A480. Grayscale: #7F7F7F. Windows color (decimal): -3646593 or 8346568. OLE color: 8346568.
HSL color Cylindrical-coordinate representation of color #C85B7F: hue angle of 340.18º 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 #C85B7F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 91 | 127 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.22 |
| HSL | 340.18º | 0.5% | 0.57% | - |
| HSV(B) | 340.18º | 0.55% | 0.78% | - |
| XYZ | 31.39 | 21.29 | 22.53 | - |
| YUV | 127.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 127 | 0 | 0.54 | 0.36 | 0.22 | 340.18 | 0.5 | 0.57 |
| Hex | C8 | 5B | 7F | 0 | 36 | 24 | 16 | 154 | 32 | 39 |
| Octal | 310 | 133 | 177 | 0 | 66 | 44 | 26 | 524 | 62 | 71 |
| Binary | 11001000 | 1011011 | 1111111 | 0 | 110110 | 100100 | 10110 | 101010100 | 110010 | 111001 |
Color Harmonies of #C85B7F
Complementary color
Monochromatic Colors of #C85B7F
Black with #C85B7F
Text Example
Text Example
White with #C85B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85B7F; }
p { color: rgb(200,91,127); }
H1.HeaderClassName
{
color: #C85B7F;
}
.AnyTagClassName
{
color: #C85B7F;
}
</style>
background-color css
<style>
a { background-color: #C85B7F; }
a { background-color: rgb(200,91,127); }
div.DivClassName
{
background-color: #C85B7F;
}
.BgClassName
{
background-color: #C85B7F;
}
</style>
border-color css
<style>
span { border-color: #C85B7F; }
span { border-color: rgb(200,91,127); }
td.TdClassName
{
border-color: #C85B7F;
}
.TagClassName
{
border-color: #C85B7F;
}
</style>