Shades of Cranberry #C95D7E
Tints of Cranberry #C95D7E
RGB
CMYK
RGB Variations
Color information
#C95D7E (or 0xC95D7E) is known color: Cranberry. HEX triplet: C9, 5D and 7E. RGB value is (201,93,126). Sum of RGB (Red+Green+Blue) = 201+93+126=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D7E is #36A281. Grayscale: #818181. Windows color (decimal): -3580546 or 8281545. OLE color: 8281545.
HSL color Cylindrical-coordinate representation of color #C95D7E: hue angle of 341.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D7E is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 126 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.21 |
| HSL | 341.67º | 0.5% | 0.58% | - |
| HSV(B) | 341.67º | 0.54% | 0.79% | - |
| XYZ | 31.77 | 21.75 | 22.26 | - |
| YUV | 129.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 126 | 0 | 0.54 | 0.37 | 0.21 | 341.67 | 0.5 | 0.58 |
| Hex | C9 | 5D | 7E | 0 | 36 | 25 | 15 | 156 | 32 | 3A |
| Octal | 311 | 135 | 176 | 0 | 66 | 45 | 25 | 526 | 62 | 72 |
| Binary | 11001001 | 1011101 | 1111110 | 0 | 110110 | 100101 | 10101 | 101010110 | 110010 | 111010 |
Color Harmonies of #C95D7E
Complementary color
Monochromatic Colors of #C95D7E
Black with #C95D7E
Text Example
Text Example
White with #C95D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D7E; }
p { color: rgb(201,93,126); }
H1.HeaderClassName
{
color: #C95D7E;
}
.AnyTagClassName
{
color: #C95D7E;
}
</style>
background-color css
<style>
a { background-color: #C95D7E; }
a { background-color: rgb(201,93,126); }
div.DivClassName
{
background-color: #C95D7E;
}
.BgClassName
{
background-color: #C95D7E;
}
</style>
border-color css
<style>
span { border-color: #C95D7E; }
span { border-color: rgb(201,93,126); }
td.TdClassName
{
border-color: #C95D7E;
}
.TagClassName
{
border-color: #C95D7E;
}
</style>