Shades of Cerise #C83260
Tints of Cerise #C83260
RGB
CMYK
RGB Variations
Color information
#C83260 (or 0xC83260) is known color: Cerise. HEX triplet: C8, 32 and 60. RGB value is (200,50,96). Sum of RGB (Red+Green+Blue) = 200+50+96=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C83260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83260 is #37CD9F. Grayscale: #646464. Windows color (decimal): -3657120 or 6304456. OLE color: 6304456.
HSL color Cylindrical-coordinate representation of color #C83260: hue angle of 341.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83260 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 96 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.22 |
| HSL | 341.6º | 0.6% | 0.49% | - |
| HSV(B) | 341.6º | 0.75% | 0.78% | - |
| XYZ | 27.07 | 15.41 | 12.61 | - |
| YUV | 100.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 96 | 0 | 0.75 | 0.52 | 0.22 | 341.6 | 0.6 | 0.49 |
| Hex | C8 | 32 | 60 | 0 | 4B | 34 | 16 | 156 | 3C | 31 |
| Octal | 310 | 62 | 140 | 0 | 113 | 64 | 26 | 526 | 74 | 61 |
| Binary | 11001000 | 110010 | 1100000 | 0 | 1001011 | 110100 | 10110 | 101010110 | 111100 | 110001 |
Color Harmonies of #C83260
Complementary color
Monochromatic Colors of #C83260
Black with #C83260
Text Example
Text Example
White with #C83260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83260; }
p { color: rgb(200,50,96); }
H1.HeaderClassName
{
color: #C83260;
}
.AnyTagClassName
{
color: #C83260;
}
</style>
background-color css
<style>
a { background-color: #C83260; }
a { background-color: rgb(200,50,96); }
div.DivClassName
{
background-color: #C83260;
}
.BgClassName
{
background-color: #C83260;
}
</style>
border-color css
<style>
span { border-color: #C83260; }
span { border-color: rgb(200,50,96); }
td.TdClassName
{
border-color: #C83260;
}
.TagClassName
{
border-color: #C83260;
}
</style>