Shades of Cerise #C82760
Tints of Cerise #C82760
RGB
CMYK
RGB Variations
Color information
#C82760 (or 0xC82760) is known color: Cerise. HEX triplet: C8, 27 and 60. RGB value is (200,39,96). Sum of RGB (Red+Green+Blue) = 200+39+96=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C82760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82760 is #37D89F. Grayscale: #5D5D5D. Windows color (decimal): -3659936 or 6301640. OLE color: 6301640.
HSL color Cylindrical-coordinate representation of color #C82760: hue angle of 338.76º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82760 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 96 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.22 |
| HSL | 338.76º | 0.67% | 0.47% | - |
| HSV(B) | 338.76º | 0.81% | 0.78% | - |
| XYZ | 26.66 | 14.57 | 12.47 | - |
| YUV | 93.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 96 | 0 | 0.80 | 0.52 | 0.22 | 338.76 | 0.67 | 0.47 |
| Hex | C8 | 27 | 60 | 0 | 50 | 34 | 16 | 153 | 43 | 2F |
| Octal | 310 | 47 | 140 | 0 | 120 | 64 | 26 | 523 | 103 | 57 |
| Binary | 11001000 | 100111 | 1100000 | 0 | 1010000 | 110100 | 10110 | 101010011 | 1000011 | 101111 |
Color Harmonies of #C82760
Complementary color
Monochromatic Colors of #C82760
Black with #C82760
Text Example
Text Example
White with #C82760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82760; }
p { color: rgb(200,39,96); }
H1.HeaderClassName
{
color: #C82760;
}
.AnyTagClassName
{
color: #C82760;
}
</style>
background-color css
<style>
a { background-color: #C82760; }
a { background-color: rgb(200,39,96); }
div.DivClassName
{
background-color: #C82760;
}
.BgClassName
{
background-color: #C82760;
}
</style>
border-color css
<style>
span { border-color: #C82760; }
span { border-color: rgb(200,39,96); }
td.TdClassName
{
border-color: #C82760;
}
.TagClassName
{
border-color: #C82760;
}
</style>