Shades of Cranberry #C9587D
Tints of Cranberry #C9587D
RGB
CMYK
RGB Variations
Color information
#C9587D (or 0xC9587D) is known color: Cranberry. HEX triplet: C9, 58 and 7D. RGB value is (201,88,125). Sum of RGB (Red+Green+Blue) = 201+88+125=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9587D is #36A782. Grayscale: #7D7D7D. Windows color (decimal): -3581827 or 8214729. OLE color: 8214729.
HSL color Cylindrical-coordinate representation of color #C9587D: hue angle of 340.35º 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 #C9587D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 125 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.21 |
| HSL | 340.35º | 0.51% | 0.57% | - |
| HSV(B) | 340.35º | 0.56% | 0.79% | - |
| XYZ | 31.28 | 20.88 | 21.78 | - |
| YUV | 126.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 125 | 0 | 0.56 | 0.38 | 0.21 | 340.35 | 0.51 | 0.57 |
| Hex | C9 | 58 | 7D | 0 | 38 | 26 | 15 | 154 | 33 | 39 |
| Octal | 311 | 130 | 175 | 0 | 70 | 46 | 25 | 524 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1111101 | 0 | 111000 | 100110 | 10101 | 101010100 | 110011 | 111001 |
Color Harmonies of #C9587D
Complementary color
Monochromatic Colors of #C9587D
Black with #C9587D
Text Example
Text Example
White with #C9587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9587D; }
p { color: rgb(201,88,125); }
H1.HeaderClassName
{
color: #C9587D;
}
.AnyTagClassName
{
color: #C9587D;
}
</style>
background-color css
<style>
a { background-color: #C9587D; }
a { background-color: rgb(201,88,125); }
div.DivClassName
{
background-color: #C9587D;
}
.BgClassName
{
background-color: #C9587D;
}
</style>
border-color css
<style>
span { border-color: #C9587D; }
span { border-color: rgb(201,88,125); }
td.TdClassName
{
border-color: #C9587D;
}
.TagClassName
{
border-color: #C9587D;
}
</style>