Shades of Cranberry #C7597E
Tints of Cranberry #C7597E
RGB
CMYK
RGB Variations
Color information
#C7597E (or 0xC7597E) is known color: Cranberry. HEX triplet: C7, 59 and 7E. RGB value is (199,89,126). Sum of RGB (Red+Green+Blue) = 199+89+126=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7597E is #38A681. Grayscale: #7E7E7E. Windows color (decimal): -3712642 or 8280519. OLE color: 8280519.
HSL color Cylindrical-coordinate representation of color #C7597E: hue angle of 339.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7597E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 126 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.22 |
| HSL | 339.82º | 0.5% | 0.56% | - |
| HSV(B) | 339.82º | 0.55% | 0.78% | - |
| XYZ | 30.89 | 20.79 | 22.12 | - |
| YUV | 126.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 126 | 0 | 0.55 | 0.37 | 0.22 | 339.82 | 0.5 | 0.56 |
| Hex | C7 | 59 | 7E | 0 | 37 | 25 | 16 | 154 | 32 | 38 |
| Octal | 307 | 131 | 176 | 0 | 67 | 45 | 26 | 524 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1111110 | 0 | 110111 | 100101 | 10110 | 101010100 | 110010 | 111000 |
Color Harmonies of #C7597E
Complementary color
Monochromatic Colors of #C7597E
Black with #C7597E
Text Example
Text Example
White with #C7597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7597E; }
p { color: rgb(199,89,126); }
H1.HeaderClassName
{
color: #C7597E;
}
.AnyTagClassName
{
color: #C7597E;
}
</style>
background-color css
<style>
a { background-color: #C7597E; }
a { background-color: rgb(199,89,126); }
div.DivClassName
{
background-color: #C7597E;
}
.BgClassName
{
background-color: #C7597E;
}
</style>
border-color css
<style>
span { border-color: #C7597E; }
span { border-color: rgb(199,89,126); }
td.TdClassName
{
border-color: #C7597E;
}
.TagClassName
{
border-color: #C7597E;
}
</style>