Shades of Cranberry #C95C7F
Tints of Cranberry #C95C7F
RGB
CMYK
RGB Variations
Color information
#C95C7F (or 0xC95C7F) is known color: Cranberry. HEX triplet: C9, 5C and 7F. RGB value is (201,92,127). Sum of RGB (Red+Green+Blue) = 201+92+127=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C7F is #36A380. Grayscale: #808080. Windows color (decimal): -3580801 or 8346825. OLE color: 8346825.
HSL color Cylindrical-coordinate representation of color #C95C7F: hue angle of 340.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C7F is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 127 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.21 |
| HSL | 340.73º | 0.5% | 0.57% | - |
| HSV(B) | 340.73º | 0.54% | 0.79% | - |
| XYZ | 31.75 | 21.6 | 22.58 | - |
| YUV | 128.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 127 | 0 | 0.54 | 0.37 | 0.21 | 340.73 | 0.5 | 0.57 |
| Hex | C9 | 5C | 7F | 0 | 36 | 25 | 15 | 155 | 32 | 39 |
| Octal | 311 | 134 | 177 | 0 | 66 | 45 | 25 | 525 | 62 | 71 |
| Binary | 11001001 | 1011100 | 1111111 | 0 | 110110 | 100101 | 10101 | 101010101 | 110010 | 111001 |
Color Harmonies of #C95C7F
Complementary color
Monochromatic Colors of #C95C7F
Black with #C95C7F
Text Example
Text Example
White with #C95C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C7F; }
p { color: rgb(201,92,127); }
H1.HeaderClassName
{
color: #C95C7F;
}
.AnyTagClassName
{
color: #C95C7F;
}
</style>
background-color css
<style>
a { background-color: #C95C7F; }
a { background-color: rgb(201,92,127); }
div.DivClassName
{
background-color: #C95C7F;
}
.BgClassName
{
background-color: #C95C7F;
}
</style>
border-color css
<style>
span { border-color: #C95C7F; }
span { border-color: rgb(201,92,127); }
td.TdClassName
{
border-color: #C95C7F;
}
.TagClassName
{
border-color: #C95C7F;
}
</style>