Shades of Cranberry #C9587F
Tints of Cranberry #C9587F
RGB
CMYK
RGB Variations
Color information
#C9587F (or 0xC9587F) is known color: Cranberry. HEX triplet: C9, 58 and 7F. RGB value is (201,88,127). Sum of RGB (Red+Green+Blue) = 201+88+127=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9587F is #36A780. Grayscale: #7E7E7E. Windows color (decimal): -3581825 or 8345801. OLE color: 8345801.
HSL color Cylindrical-coordinate representation of color #C9587F: hue angle of 339.29º 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 #C9587F is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 127 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.21 |
| HSL | 339.29º | 0.51% | 0.57% | - |
| HSV(B) | 339.29º | 0.56% | 0.79% | - |
| XYZ | 31.41 | 20.93 | 22.46 | - |
| YUV | 126.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 127 | 0 | 0.56 | 0.37 | 0.21 | 339.29 | 0.51 | 0.57 |
| Hex | C9 | 58 | 7F | 0 | 38 | 25 | 15 | 153 | 33 | 39 |
| Octal | 311 | 130 | 177 | 0 | 70 | 45 | 25 | 523 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1111111 | 0 | 111000 | 100101 | 10101 | 101010011 | 110011 | 111001 |
Color Harmonies of #C9587F
Complementary color
Monochromatic Colors of #C9587F
Black with #C9587F
Text Example
Text Example
White with #C9587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9587F; }
p { color: rgb(201,88,127); }
H1.HeaderClassName
{
color: #C9587F;
}
.AnyTagClassName
{
color: #C9587F;
}
</style>
background-color css
<style>
a { background-color: #C9587F; }
a { background-color: rgb(201,88,127); }
div.DivClassName
{
background-color: #C9587F;
}
.BgClassName
{
background-color: #C9587F;
}
</style>
border-color css
<style>
span { border-color: #C9587F; }
span { border-color: rgb(201,88,127); }
td.TdClassName
{
border-color: #C9587F;
}
.TagClassName
{
border-color: #C9587F;
}
</style>