Shades of Cranberry #C9597D
Tints of Cranberry #C9597D
RGB
CMYK
RGB Variations
Color information
#C9597D (or 0xC9597D) is known color: Cranberry. HEX triplet: C9, 59 and 7D. RGB value is (201,89,125). Sum of RGB (Red+Green+Blue) = 201+89+125=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9597D is #36A682. Grayscale: #7E7E7E. Windows color (decimal): -3581571 or 8214985. OLE color: 8214985.
HSL color Cylindrical-coordinate representation of color #C9597D: hue angle of 340.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9597D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 125 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.21 |
| HSL | 340.71º | 0.51% | 0.57% | - |
| HSV(B) | 340.71º | 0.56% | 0.79% | - |
| XYZ | 31.36 | 21.04 | 21.81 | - |
| YUV | 126.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 125 | 0 | 0.56 | 0.38 | 0.21 | 340.71 | 0.51 | 0.57 |
| Hex | C9 | 59 | 7D | 0 | 38 | 26 | 15 | 155 | 33 | 39 |
| Octal | 311 | 131 | 175 | 0 | 70 | 46 | 25 | 525 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1111101 | 0 | 111000 | 100110 | 10101 | 101010101 | 110011 | 111001 |
Color Harmonies of #C9597D
Complementary color
Monochromatic Colors of #C9597D
Black with #C9597D
Text Example
Text Example
White with #C9597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9597D; }
p { color: rgb(201,89,125); }
H1.HeaderClassName
{
color: #C9597D;
}
.AnyTagClassName
{
color: #C9597D;
}
</style>
background-color css
<style>
a { background-color: #C9597D; }
a { background-color: rgb(201,89,125); }
div.DivClassName
{
background-color: #C9597D;
}
.BgClassName
{
background-color: #C9597D;
}
</style>
border-color css
<style>
span { border-color: #C9597D; }
span { border-color: rgb(201,89,125); }
td.TdClassName
{
border-color: #C9597D;
}
.TagClassName
{
border-color: #C9597D;
}
</style>