Shades of Cranberry #C9517B
Tints of Cranberry #C9517B
RGB
CMYK
RGB Variations
Color information
#C9517B (or 0xC9517B) is known color: Cranberry. HEX triplet: C9, 51 and 7B. RGB value is (201,81,123). Sum of RGB (Red+Green+Blue) = 201+81+123=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9517B is #36AE84. Grayscale: #797979. Windows color (decimal): -3583621 or 8081865. OLE color: 8081865.
HSL color Cylindrical-coordinate representation of color #C9517B: hue angle of 339º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9517B is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 123 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.21 |
| HSL | 339º | 0.53% | 0.55% | - |
| HSV(B) | 339º | 0.6% | 0.79% | - |
| XYZ | 30.6 | 19.73 | 20.93 | - |
| YUV | 121.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 123 | 0 | 0.60 | 0.39 | 0.21 | 339 | 0.53 | 0.55 |
| Hex | C9 | 51 | 7B | 0 | 3C | 27 | 15 | 153 | 35 | 37 |
| Octal | 311 | 121 | 173 | 0 | 74 | 47 | 25 | 523 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1111011 | 0 | 111100 | 100111 | 10101 | 101010011 | 110101 | 110111 |
Color Harmonies of #C9517B
Complementary color
Monochromatic Colors of #C9517B
Black with #C9517B
Text Example
Text Example
White with #C9517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9517B; }
p { color: rgb(201,81,123); }
H1.HeaderClassName
{
color: #C9517B;
}
.AnyTagClassName
{
color: #C9517B;
}
</style>
background-color css
<style>
a { background-color: #C9517B; }
a { background-color: rgb(201,81,123); }
div.DivClassName
{
background-color: #C9517B;
}
.BgClassName
{
background-color: #C9517B;
}
</style>
border-color css
<style>
span { border-color: #C9517B; }
span { border-color: rgb(201,81,123); }
td.TdClassName
{
border-color: #C9517B;
}
.TagClassName
{
border-color: #C9517B;
}
</style>