Shades of Cranberry #C95B7E
Tints of Cranberry #C95B7E
RGB
CMYK
RGB Variations
Color information
#C95B7E (or 0xC95B7E) is known color: Cranberry. HEX triplet: C9, 5B and 7E. RGB value is (201,91,126). Sum of RGB (Red+Green+Blue) = 201+91+126=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B7E is #36A481. Grayscale: #7F7F7F. Windows color (decimal): -3581058 or 8281033. OLE color: 8281033.
HSL color Cylindrical-coordinate representation of color #C95B7E: hue angle of 340.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B7E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 126 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.21 |
| HSL | 340.91º | 0.5% | 0.57% | - |
| HSV(B) | 340.91º | 0.55% | 0.79% | - |
| XYZ | 31.59 | 21.41 | 22.21 | - |
| YUV | 127.88 | 126.94 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 126 | 0 | 0.55 | 0.37 | 0.21 | 340.91 | 0.5 | 0.57 |
| Hex | C9 | 5B | 7E | 0 | 37 | 25 | 15 | 155 | 32 | 39 |
| Octal | 311 | 133 | 176 | 0 | 67 | 45 | 25 | 525 | 62 | 71 |
| Binary | 11001001 | 1011011 | 1111110 | 0 | 110111 | 100101 | 10101 | 101010101 | 110010 | 111001 |
Color Harmonies of #C95B7E
Complementary color
Monochromatic Colors of #C95B7E
Black with #C95B7E
Text Example
Text Example
White with #C95B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B7E; }
p { color: rgb(201,91,126); }
H1.HeaderClassName
{
color: #C95B7E;
}
.AnyTagClassName
{
color: #C95B7E;
}
</style>
background-color css
<style>
a { background-color: #C95B7E; }
a { background-color: rgb(201,91,126); }
div.DivClassName
{
background-color: #C95B7E;
}
.BgClassName
{
background-color: #C95B7E;
}
</style>
border-color css
<style>
span { border-color: #C95B7E; }
span { border-color: rgb(201,91,126); }
td.TdClassName
{
border-color: #C95B7E;
}
.TagClassName
{
border-color: #C95B7E;
}
</style>