Shades of Cerise #C82C65
Tints of Cerise #C82C65
RGB
CMYK
RGB Variations
Color information
#C82C65 (or 0xC82C65) is known color: Cerise. HEX triplet: C8, 2C and 65. RGB value is (200,44,101). Sum of RGB (Red+Green+Blue) = 200+44+101=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C65 is #37D39A. Grayscale: #616161. Windows color (decimal): -3658651 or 6630600. OLE color: 6630600.
HSL color Cylindrical-coordinate representation of color #C82C65: hue angle of 338.08º degrees, saturation: 0.64, 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 #C82C65 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 101 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.22 |
| HSL | 338.08º | 0.64% | 0.48% | - |
| HSV(B) | 338.08º | 0.78% | 0.78% | - |
| XYZ | 27.07 | 15.02 | 13.78 | - |
| YUV | 97.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 101 | 0 | 0.78 | 0.49 | 0.22 | 338.08 | 0.64 | 0.48 |
| Hex | C8 | 2C | 65 | 0 | 4E | 31 | 16 | 152 | 40 | 30 |
| Octal | 310 | 54 | 145 | 0 | 116 | 61 | 26 | 522 | 100 | 60 |
| Binary | 11001000 | 101100 | 1100101 | 0 | 1001110 | 110001 | 10110 | 101010010 | 1000000 | 110000 |
Color Harmonies of #C82C65
Complementary color
Monochromatic Colors of #C82C65
Black with #C82C65
Text Example
Text Example
White with #C82C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C65; }
p { color: rgb(200,44,101); }
H1.HeaderClassName
{
color: #C82C65;
}
.AnyTagClassName
{
color: #C82C65;
}
</style>
background-color css
<style>
a { background-color: #C82C65; }
a { background-color: rgb(200,44,101); }
div.DivClassName
{
background-color: #C82C65;
}
.BgClassName
{
background-color: #C82C65;
}
</style>
border-color css
<style>
span { border-color: #C82C65; }
span { border-color: rgb(200,44,101); }
td.TdClassName
{
border-color: #C82C65;
}
.TagClassName
{
border-color: #C82C65;
}
</style>