Shades of Cerise #C82E68
Tints of Cerise #C82E68
RGB
CMYK
RGB Variations
Color information
#C82E68 (or 0xC82E68) is known color: Cerise. HEX triplet: C8, 2E and 68. RGB value is (200,46,104). Sum of RGB (Red+Green+Blue) = 200+46+104=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82E68 is #37D197. Grayscale: #626262. Windows color (decimal): -3658136 or 6827720. OLE color: 6827720.
HSL color Cylindrical-coordinate representation of color #C82E68: hue angle of 337.4º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C82E68 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 46 | 104 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.22 |
| HSL | 337.4º | 0.63% | 0.48% | - |
| HSV(B) | 337.4º | 0.77% | 0.78% | - |
| XYZ | 27.3 | 15.23 | 14.6 | - |
| YUV | 98.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 104 | 0 | 0.77 | 0.48 | 0.22 | 337.4 | 0.63 | 0.48 |
| Hex | C8 | 2E | 68 | 0 | 4D | 30 | 16 | 151 | 3F | 30 |
| Octal | 310 | 56 | 150 | 0 | 115 | 60 | 26 | 521 | 77 | 60 |
| Binary | 11001000 | 101110 | 1101000 | 0 | 1001101 | 110000 | 10110 | 101010001 | 111111 | 110000 |
Color Harmonies of #C82E68
Complementary color
Monochromatic Colors of #C82E68
Black with #C82E68
Text Example
Text Example
White with #C82E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82E68; }
p { color: rgb(200,46,104); }
H1.HeaderClassName
{
color: #C82E68;
}
.AnyTagClassName
{
color: #C82E68;
}
</style>
background-color css
<style>
a { background-color: #C82E68; }
a { background-color: rgb(200,46,104); }
div.DivClassName
{
background-color: #C82E68;
}
.BgClassName
{
background-color: #C82E68;
}
</style>
border-color css
<style>
span { border-color: #C82E68; }
span { border-color: rgb(200,46,104); }
td.TdClassName
{
border-color: #C82E68;
}
.TagClassName
{
border-color: #C82E68;
}
</style>