Shades of Cranberry #C9547D
Tints of Cranberry #C9547D
RGB
CMYK
RGB Variations
Color information
#C9547D (or 0xC9547D) is known color: Cranberry. HEX triplet: C9, 54 and 7D. RGB value is (201,84,125). Sum of RGB (Red+Green+Blue) = 201+84+125=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9547D is #36AB82. Grayscale: #7B7B7B. Windows color (decimal): -3582851 or 8213705. OLE color: 8213705.
HSL color Cylindrical-coordinate representation of color #C9547D: hue angle of 338.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9547D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 125 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.21 |
| HSL | 338.97º | 0.52% | 0.56% | - |
| HSV(B) | 338.97º | 0.58% | 0.79% | - |
| XYZ | 30.96 | 20.24 | 21.68 | - |
| YUV | 123.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 125 | 0 | 0.58 | 0.38 | 0.21 | 338.97 | 0.52 | 0.56 |
| Hex | C9 | 54 | 7D | 0 | 3A | 26 | 15 | 153 | 34 | 38 |
| Octal | 311 | 124 | 175 | 0 | 72 | 46 | 25 | 523 | 64 | 70 |
| Binary | 11001001 | 1010100 | 1111101 | 0 | 111010 | 100110 | 10101 | 101010011 | 110100 | 111000 |
Color Harmonies of #C9547D
Complementary color
Monochromatic Colors of #C9547D
Black with #C9547D
Text Example
Text Example
White with #C9547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9547D; }
p { color: rgb(201,84,125); }
H1.HeaderClassName
{
color: #C9547D;
}
.AnyTagClassName
{
color: #C9547D;
}
</style>
background-color css
<style>
a { background-color: #C9547D; }
a { background-color: rgb(201,84,125); }
div.DivClassName
{
background-color: #C9547D;
}
.BgClassName
{
background-color: #C9547D;
}
</style>
border-color css
<style>
span { border-color: #C9547D; }
span { border-color: rgb(201,84,125); }
td.TdClassName
{
border-color: #C9547D;
}
.TagClassName
{
border-color: #C9547D;
}
</style>