Shades of Cerise #C82F68
Tints of Cerise #C82F68
RGB
CMYK
RGB Variations
Color information
#C82F68 (or 0xC82F68) is known color: Cerise. HEX triplet: C8, 2F and 68. RGB value is (200,47,104). Sum of RGB (Red+Green+Blue) = 200+47+104=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F68 is #37D097. Grayscale: #636363. Windows color (decimal): -3657880 or 6827976. OLE color: 6827976.
HSL color Cylindrical-coordinate representation of color #C82F68: hue angle of 337.65º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C82F68 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 47 | 104 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.22 |
| HSL | 337.65º | 0.62% | 0.48% | - |
| HSV(B) | 337.65º | 0.77% | 0.78% | - |
| XYZ | 27.33 | 15.31 | 14.61 | - |
| YUV | 99.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 104 | 0 | 0.76 | 0.48 | 0.22 | 337.65 | 0.62 | 0.48 |
| Hex | C8 | 2F | 68 | 0 | 4C | 30 | 16 | 152 | 3E | 30 |
| Octal | 310 | 57 | 150 | 0 | 114 | 60 | 26 | 522 | 76 | 60 |
| Binary | 11001000 | 101111 | 1101000 | 0 | 1001100 | 110000 | 10110 | 101010010 | 111110 | 110000 |
Color Harmonies of #C82F68
Complementary color
Monochromatic Colors of #C82F68
Black with #C82F68
Text Example
Text Example
White with #C82F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82F68; }
p { color: rgb(200,47,104); }
H1.HeaderClassName
{
color: #C82F68;
}
.AnyTagClassName
{
color: #C82F68;
}
</style>
background-color css
<style>
a { background-color: #C82F68; }
a { background-color: rgb(200,47,104); }
div.DivClassName
{
background-color: #C82F68;
}
.BgClassName
{
background-color: #C82F68;
}
</style>
border-color css
<style>
span { border-color: #C82F68; }
span { border-color: rgb(200,47,104); }
td.TdClassName
{
border-color: #C82F68;
}
.TagClassName
{
border-color: #C82F68;
}
</style>