Shades of Cranberry #C9537D
Tints of Cranberry #C9537D
RGB
CMYK
RGB Variations
Color information
#C9537D (or 0xC9537D) is known color: Cranberry. HEX triplet: C9, 53 and 7D. RGB value is (201,83,125). Sum of RGB (Red+Green+Blue) = 201+83+125=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9537D is #36AC82. Grayscale: #7B7B7B. Windows color (decimal): -3583107 or 8213449. OLE color: 8213449.
HSL color Cylindrical-coordinate representation of color #C9537D: hue angle of 338.64º 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 #C9537D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 125 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.21 |
| HSL | 338.64º | 0.52% | 0.56% | - |
| HSV(B) | 338.64º | 0.59% | 0.79% | - |
| XYZ | 30.88 | 20.08 | 21.65 | - |
| YUV | 123.07 | 129.09 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 125 | 0 | 0.59 | 0.38 | 0.21 | 338.64 | 0.52 | 0.56 |
| Hex | C9 | 53 | 7D | 0 | 3B | 26 | 15 | 153 | 34 | 38 |
| Octal | 311 | 123 | 175 | 0 | 73 | 46 | 25 | 523 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1111101 | 0 | 111011 | 100110 | 10101 | 101010011 | 110100 | 111000 |
Color Harmonies of #C9537D
Complementary color
Monochromatic Colors of #C9537D
Black with #C9537D
Text Example
Text Example
White with #C9537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9537D; }
p { color: rgb(201,83,125); }
H1.HeaderClassName
{
color: #C9537D;
}
.AnyTagClassName
{
color: #C9537D;
}
</style>
background-color css
<style>
a { background-color: #C9537D; }
a { background-color: rgb(201,83,125); }
div.DivClassName
{
background-color: #C9537D;
}
.BgClassName
{
background-color: #C9537D;
}
</style>
border-color css
<style>
span { border-color: #C9537D; }
span { border-color: rgb(201,83,125); }
td.TdClassName
{
border-color: #C9537D;
}
.TagClassName
{
border-color: #C9537D;
}
</style>