Shades of Cranberry #C9537C
Tints of Cranberry #C9537C
RGB
CMYK
RGB Variations
Color information
#C9537C (or 0xC9537C) is known color: Cranberry. HEX triplet: C9, 53 and 7C. RGB value is (201,83,124). Sum of RGB (Red+Green+Blue) = 201+83+124=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9537C is #36AC83. Grayscale: #7A7A7A. Windows color (decimal): -3583108 or 8147913. OLE color: 8147913.
HSL color Cylindrical-coordinate representation of color #C9537C: hue angle of 339.15º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9537C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 124 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.21 |
| HSL | 339.15º | 0.52% | 0.56% | - |
| HSV(B) | 339.15º | 0.59% | 0.79% | - |
| XYZ | 30.82 | 20.06 | 21.32 | - |
| YUV | 122.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 124 | 0 | 0.59 | 0.38 | 0.21 | 339.15 | 0.52 | 0.56 |
| Hex | C9 | 53 | 7C | 0 | 3B | 26 | 15 | 153 | 34 | 38 |
| Octal | 311 | 123 | 174 | 0 | 73 | 46 | 25 | 523 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1111100 | 0 | 111011 | 100110 | 10101 | 101010011 | 110100 | 111000 |
Color Harmonies of #C9537C
Complementary color
Monochromatic Colors of #C9537C
Black with #C9537C
Text Example
Text Example
White with #C9537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9537C; }
p { color: rgb(201,83,124); }
H1.HeaderClassName
{
color: #C9537C;
}
.AnyTagClassName
{
color: #C9537C;
}
</style>
background-color css
<style>
a { background-color: #C9537C; }
a { background-color: rgb(201,83,124); }
div.DivClassName
{
background-color: #C9537C;
}
.BgClassName
{
background-color: #C9537C;
}
</style>
border-color css
<style>
span { border-color: #C9537C; }
span { border-color: rgb(201,83,124); }
td.TdClassName
{
border-color: #C9537C;
}
.TagClassName
{
border-color: #C9537C;
}
</style>