Shades of Cerise #C83264
Tints of Cerise #C83264
RGB
CMYK
RGB Variations
Color information
#C83264 (or 0xC83264) is known color: Cerise. HEX triplet: C8, 32 and 64. RGB value is (200,50,100). Sum of RGB (Red+Green+Blue) = 200+50+100=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C83264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83264 is #37CD9B. Grayscale: #646464. Windows color (decimal): -3657116 or 6566600. OLE color: 6566600.
HSL color Cylindrical-coordinate representation of color #C83264: hue angle of 340º 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 #C83264 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 100 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.22 |
| HSL | 340º | 0.6% | 0.49% | - |
| HSV(B) | 340º | 0.75% | 0.78% | - |
| XYZ | 27.26 | 15.48 | 13.61 | - |
| YUV | 100.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 100 | 0 | 0.75 | 0.5 | 0.22 | 340 | 0.6 | 0.49 |
| Hex | C8 | 32 | 64 | 0 | 4B | 32 | 16 | 154 | 3C | 31 |
| Octal | 310 | 62 | 144 | 0 | 113 | 62 | 26 | 524 | 74 | 61 |
| Binary | 11001000 | 110010 | 1100100 | 0 | 1001011 | 110010 | 10110 | 101010100 | 111100 | 110001 |
Color Harmonies of #C83264
Complementary color
Monochromatic Colors of #C83264
Black with #C83264
Text Example
Text Example
White with #C83264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83264; }
p { color: rgb(200,50,100); }
H1.HeaderClassName
{
color: #C83264;
}
.AnyTagClassName
{
color: #C83264;
}
</style>
background-color css
<style>
a { background-color: #C83264; }
a { background-color: rgb(200,50,100); }
div.DivClassName
{
background-color: #C83264;
}
.BgClassName
{
background-color: #C83264;
}
</style>
border-color css
<style>
span { border-color: #C83264; }
span { border-color: rgb(200,50,100); }
td.TdClassName
{
border-color: #C83264;
}
.TagClassName
{
border-color: #C83264;
}
</style>