Shades of Cranberry #C95A7E
Tints of Cranberry #C95A7E
RGB
CMYK
RGB Variations
Color information
#C95A7E (or 0xC95A7E) is known color: Cranberry. HEX triplet: C9, 5A and 7E. RGB value is (201,90,126). Sum of RGB (Red+Green+Blue) = 201+90+126=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A7E is #36A581. Grayscale: #7F7F7F. Windows color (decimal): -3581314 or 8280777. OLE color: 8280777.
HSL color Cylindrical-coordinate representation of color #C95A7E: hue angle of 340.54º degrees, saturation: 0.51, 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 #C95A7E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 126 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.21 |
| HSL | 340.54º | 0.51% | 0.57% | - |
| HSV(B) | 340.54º | 0.55% | 0.79% | - |
| XYZ | 31.51 | 21.24 | 22.18 | - |
| YUV | 127.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 126 | 0 | 0.55 | 0.37 | 0.21 | 340.54 | 0.51 | 0.57 |
| Hex | C9 | 5A | 7E | 0 | 37 | 25 | 15 | 155 | 33 | 39 |
| Octal | 311 | 132 | 176 | 0 | 67 | 45 | 25 | 525 | 63 | 71 |
| Binary | 11001001 | 1011010 | 1111110 | 0 | 110111 | 100101 | 10101 | 101010101 | 110011 | 111001 |
Color Harmonies of #C95A7E
Complementary color
Monochromatic Colors of #C95A7E
Black with #C95A7E
Text Example
Text Example
White with #C95A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A7E; }
p { color: rgb(201,90,126); }
H1.HeaderClassName
{
color: #C95A7E;
}
.AnyTagClassName
{
color: #C95A7E;
}
</style>
background-color css
<style>
a { background-color: #C95A7E; }
a { background-color: rgb(201,90,126); }
div.DivClassName
{
background-color: #C95A7E;
}
.BgClassName
{
background-color: #C95A7E;
}
</style>
border-color css
<style>
span { border-color: #C95A7E; }
span { border-color: rgb(201,90,126); }
td.TdClassName
{
border-color: #C95A7E;
}
.TagClassName
{
border-color: #C95A7E;
}
</style>