Shades of Cranberry #C9557D
Tints of Cranberry #C9557D
RGB
CMYK
RGB Variations
Color information
#C9557D (or 0xC9557D) is known color: Cranberry. HEX triplet: C9, 55 and 7D. RGB value is (201,85,125). Sum of RGB (Red+Green+Blue) = 201+85+125=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9557D is #36AA82. Grayscale: #7C7C7C. Windows color (decimal): -3582595 or 8213961. OLE color: 8213961.
HSL color Cylindrical-coordinate representation of color #C9557D: hue angle of 339.31º 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 #C9557D is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 125 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.21 |
| HSL | 339.31º | 0.52% | 0.56% | - |
| HSV(B) | 339.31º | 0.58% | 0.79% | - |
| XYZ | 31.04 | 20.4 | 21.7 | - |
| YUV | 124.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 125 | 0 | 0.58 | 0.38 | 0.21 | 339.31 | 0.52 | 0.56 |
| Hex | C9 | 55 | 7D | 0 | 3A | 26 | 15 | 153 | 34 | 38 |
| Octal | 311 | 125 | 175 | 0 | 72 | 46 | 25 | 523 | 64 | 70 |
| Binary | 11001001 | 1010101 | 1111101 | 0 | 111010 | 100110 | 10101 | 101010011 | 110100 | 111000 |
Color Harmonies of #C9557D
Complementary color
Monochromatic Colors of #C9557D
Black with #C9557D
Text Example
Text Example
White with #C9557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9557D; }
p { color: rgb(201,85,125); }
H1.HeaderClassName
{
color: #C9557D;
}
.AnyTagClassName
{
color: #C9557D;
}
</style>
background-color css
<style>
a { background-color: #C9557D; }
a { background-color: rgb(201,85,125); }
div.DivClassName
{
background-color: #C9557D;
}
.BgClassName
{
background-color: #C9557D;
}
</style>
border-color css
<style>
span { border-color: #C9557D; }
span { border-color: rgb(201,85,125); }
td.TdClassName
{
border-color: #C9557D;
}
.TagClassName
{
border-color: #C9557D;
}
</style>