Shades of Cranberry #C6597F
Tints of Cranberry #C6597F
RGB
CMYK
RGB Variations
Color information
#C6597F (or 0xC6597F) is known color: Cranberry. HEX triplet: C6, 59 and 7F. RGB value is (198,89,127). Sum of RGB (Red+Green+Blue) = 198+89+127=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6597F is #39A680. Grayscale: #7D7D7D. Windows color (decimal): -3778177 or 8346054. OLE color: 8346054.
HSL color Cylindrical-coordinate representation of color #C6597F: hue angle of 339.08º degrees, saturation: 0.49, 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 #C6597F is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 127 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.22 |
| HSL | 339.08º | 0.49% | 0.56% | - |
| HSV(B) | 339.08º | 0.55% | 0.78% | - |
| XYZ | 30.69 | 20.68 | 22.45 | - |
| YUV | 125.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 127 | 0 | 0.55 | 0.36 | 0.22 | 339.08 | 0.49 | 0.56 |
| Hex | C6 | 59 | 7F | 0 | 37 | 24 | 16 | 153 | 31 | 38 |
| Octal | 306 | 131 | 177 | 0 | 67 | 44 | 26 | 523 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1111111 | 0 | 110111 | 100100 | 10110 | 101010011 | 110001 | 111000 |
Color Harmonies of #C6597F
Complementary color
Monochromatic Colors of #C6597F
Black with #C6597F
Text Example
Text Example
White with #C6597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6597F; }
p { color: rgb(198,89,127); }
H1.HeaderClassName
{
color: #C6597F;
}
.AnyTagClassName
{
color: #C6597F;
}
</style>
background-color css
<style>
a { background-color: #C6597F; }
a { background-color: rgb(198,89,127); }
div.DivClassName
{
background-color: #C6597F;
}
.BgClassName
{
background-color: #C6597F;
}
</style>
border-color css
<style>
span { border-color: #C6597F; }
span { border-color: rgb(198,89,127); }
td.TdClassName
{
border-color: #C6597F;
}
.TagClassName
{
border-color: #C6597F;
}
</style>