Shades of Cranberry #C8577D
Tints of Cranberry #C8577D
RGB
CMYK
RGB Variations
Color information
#C8577D (or 0xC8577D) is known color: Cranberry. HEX triplet: C8, 57 and 7D. RGB value is (200,87,125). Sum of RGB (Red+Green+Blue) = 200+87+125=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8577D is #37A882. Grayscale: #7D7D7D. Windows color (decimal): -3647619 or 8214472. OLE color: 8214472.
HSL color Cylindrical-coordinate representation of color #C8577D: hue angle of 339.82º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8577D is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 125 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.22 |
| HSL | 339.82º | 0.51% | 0.56% | - |
| HSV(B) | 339.82º | 0.57% | 0.78% | - |
| XYZ | 30.93 | 20.58 | 21.74 | - |
| YUV | 125.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 125 | 0 | 0.56 | 0.38 | 0.22 | 339.82 | 0.51 | 0.56 |
| Hex | C8 | 57 | 7D | 0 | 38 | 26 | 16 | 154 | 33 | 38 |
| Octal | 310 | 127 | 175 | 0 | 70 | 46 | 26 | 524 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1111101 | 0 | 111000 | 100110 | 10110 | 101010100 | 110011 | 111000 |
Color Harmonies of #C8577D
Complementary color
Monochromatic Colors of #C8577D
Black with #C8577D
Text Example
Text Example
White with #C8577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8577D; }
p { color: rgb(200,87,125); }
H1.HeaderClassName
{
color: #C8577D;
}
.AnyTagClassName
{
color: #C8577D;
}
</style>
background-color css
<style>
a { background-color: #C8577D; }
a { background-color: rgb(200,87,125); }
div.DivClassName
{
background-color: #C8577D;
}
.BgClassName
{
background-color: #C8577D;
}
</style>
border-color css
<style>
span { border-color: #C8577D; }
span { border-color: rgb(200,87,125); }
td.TdClassName
{
border-color: #C8577D;
}
.TagClassName
{
border-color: #C8577D;
}
</style>