Shades of Cerise #C82B68
Tints of Cerise #C82B68
RGB
CMYK
RGB Variations
Color information
#C82B68 (or 0xC82B68) is known color: Cerise. HEX triplet: C8, 2B and 68. RGB value is (200,43,104). Sum of RGB (Red+Green+Blue) = 200+43+104=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B68 is #37D497. Grayscale: #606060. Windows color (decimal): -3658904 or 6826952. OLE color: 6826952.
HSL color Cylindrical-coordinate representation of color #C82B68: hue angle of 336.69º 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 #C82B68 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 43 | 104 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.22 |
| HSL | 336.69º | 0.65% | 0.48% | - |
| HSV(B) | 336.69º | 0.79% | 0.78% | - |
| XYZ | 27.18 | 15.01 | 14.56 | - |
| YUV | 96.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 104 | 0 | 0.78 | 0.48 | 0.22 | 336.69 | 0.65 | 0.48 |
| Hex | C8 | 2B | 68 | 0 | 4E | 30 | 16 | 151 | 41 | 30 |
| Octal | 310 | 53 | 150 | 0 | 116 | 60 | 26 | 521 | 101 | 60 |
| Binary | 11001000 | 101011 | 1101000 | 0 | 1001110 | 110000 | 10110 | 101010001 | 1000001 | 110000 |
Color Harmonies of #C82B68
Complementary color
Monochromatic Colors of #C82B68
Black with #C82B68
Text Example
Text Example
White with #C82B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82B68; }
p { color: rgb(200,43,104); }
H1.HeaderClassName
{
color: #C82B68;
}
.AnyTagClassName
{
color: #C82B68;
}
</style>
background-color css
<style>
a { background-color: #C82B68; }
a { background-color: rgb(200,43,104); }
div.DivClassName
{
background-color: #C82B68;
}
.BgClassName
{
background-color: #C82B68;
}
</style>
border-color css
<style>
span { border-color: #C82B68; }
span { border-color: rgb(200,43,104); }
td.TdClassName
{
border-color: #C82B68;
}
.TagClassName
{
border-color: #C82B68;
}
</style>