Shades of Cranberry #C95F80
Tints of Cranberry #C95F80
RGB
CMYK
RGB Variations
Color information
#C95F80 (or 0xC95F80) is known color: Cranberry. HEX triplet: C9, 5F and 80. RGB value is (201,95,128). Sum of RGB (Red+Green+Blue) = 201+95+128=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95F80 is #36A07F. Grayscale: #828282. Windows color (decimal): -3580032 or 8413129. OLE color: 8413129.
HSL color Cylindrical-coordinate representation of color #C95F80: hue angle of 341.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F80 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 128 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.21 |
| HSL | 341.32º | 0.5% | 0.58% | - |
| HSV(B) | 341.32º | 0.53% | 0.79% | - |
| XYZ | 32.08 | 22.16 | 23.01 | - |
| YUV | 130.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 128 | 0 | 0.53 | 0.36 | 0.21 | 341.32 | 0.5 | 0.58 |
| Hex | C9 | 5F | 80 | 0 | 35 | 24 | 15 | 155 | 32 | 3A |
| Octal | 311 | 137 | 200 | 0 | 65 | 44 | 25 | 525 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10000000 | 0 | 110101 | 100100 | 10101 | 101010101 | 110010 | 111010 |
Color Harmonies of #C95F80
Complementary color
Monochromatic Colors of #C95F80
Black with #C95F80
Text Example
Text Example
White with #C95F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F80; }
p { color: rgb(201,95,128); }
H1.HeaderClassName
{
color: #C95F80;
}
.AnyTagClassName
{
color: #C95F80;
}
</style>
background-color css
<style>
a { background-color: #C95F80; }
a { background-color: rgb(201,95,128); }
div.DivClassName
{
background-color: #C95F80;
}
.BgClassName
{
background-color: #C95F80;
}
</style>
border-color css
<style>
span { border-color: #C95F80; }
span { border-color: rgb(201,95,128); }
td.TdClassName
{
border-color: #C95F80;
}
.TagClassName
{
border-color: #C95F80;
}
</style>