Shades of Cranberry #C85E7F
Tints of Cranberry #C85E7F
RGB
CMYK
RGB Variations
Color information
#C85E7F (or 0xC85E7F) is known color: Cranberry. HEX triplet: C8, 5E and 7F. RGB value is (200,94,127). Sum of RGB (Red+Green+Blue) = 200+94+127=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E7F is #37A180. Grayscale: #818181. Windows color (decimal): -3645825 or 8347336. OLE color: 8347336.
HSL color Cylindrical-coordinate representation of color #C85E7F: hue angle of 341.32º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85E7F is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 127 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.22 |
| HSL | 341.32º | 0.49% | 0.58% | - |
| HSV(B) | 341.32º | 0.53% | 0.78% | - |
| XYZ | 31.65 | 21.82 | 22.62 | - |
| YUV | 129.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 127 | 0 | 0.53 | 0.36 | 0.22 | 341.32 | 0.49 | 0.58 |
| Hex | C8 | 5E | 7F | 0 | 35 | 24 | 16 | 155 | 31 | 3A |
| Octal | 310 | 136 | 177 | 0 | 65 | 44 | 26 | 525 | 61 | 72 |
| Binary | 11001000 | 1011110 | 1111111 | 0 | 110101 | 100100 | 10110 | 101010101 | 110001 | 111010 |
Color Harmonies of #C85E7F
Complementary color
Monochromatic Colors of #C85E7F
Black with #C85E7F
Text Example
Text Example
White with #C85E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85E7F; }
p { color: rgb(200,94,127); }
H1.HeaderClassName
{
color: #C85E7F;
}
.AnyTagClassName
{
color: #C85E7F;
}
</style>
background-color css
<style>
a { background-color: #C85E7F; }
a { background-color: rgb(200,94,127); }
div.DivClassName
{
background-color: #C85E7F;
}
.BgClassName
{
background-color: #C85E7F;
}
</style>
border-color css
<style>
span { border-color: #C85E7F; }
span { border-color: rgb(200,94,127); }
td.TdClassName
{
border-color: #C85E7F;
}
.TagClassName
{
border-color: #C85E7F;
}
</style>