Shades of Cerise #C82B64
Tints of Cerise #C82B64
RGB
CMYK
RGB Variations
Color information
#C82B64 (or 0xC82B64) is known color: Cerise. HEX triplet: C8, 2B and 64. RGB value is (200,43,100). Sum of RGB (Red+Green+Blue) = 200+43+100=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B64 is #37D49B. Grayscale: #606060. Windows color (decimal): -3658908 or 6564808. OLE color: 6564808.
HSL color Cylindrical-coordinate representation of color #C82B64: hue angle of 338.22º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82B64 is Cyan = 0, Magento = 0.78, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 100 | - |
| CMYK | 0 | 0.78 | 0.5 | 0.22 |
| HSL | 338.22º | 0.65% | 0.48% | - |
| HSV(B) | 338.22º | 0.79% | 0.78% | - |
| XYZ | 26.98 | 14.93 | 13.52 | - |
| YUV | 96.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 100 | 0 | 0.78 | 0.5 | 0.22 | 338.22 | 0.65 | 0.48 |
| Hex | C8 | 2B | 64 | 0 | 4E | 32 | 16 | 152 | 41 | 30 |
| Octal | 310 | 53 | 144 | 0 | 116 | 62 | 26 | 522 | 101 | 60 |
| Binary | 11001000 | 101011 | 1100100 | 0 | 1001110 | 110010 | 10110 | 101010010 | 1000001 | 110000 |
Color Harmonies of #C82B64
Complementary color
Monochromatic Colors of #C82B64
Black with #C82B64
Text Example
Text Example
White with #C82B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B64; }
p { color: rgb(200,43,100); }
H1.HeaderClassName
{
color: #C82B64;
}
.AnyTagClassName
{
color: #C82B64;
}
</style>
background-color css
<style>
a { background-color: #C82B64; }
a { background-color: rgb(200,43,100); }
div.DivClassName
{
background-color: #C82B64;
}
.BgClassName
{
background-color: #C82B64;
}
</style>
border-color css
<style>
span { border-color: #C82B64; }
span { border-color: rgb(200,43,100); }
td.TdClassName
{
border-color: #C82B64;
}
.TagClassName
{
border-color: #C82B64;
}
</style>