Shades of Cerise #C82465
Tints of Cerise #C82465
RGB
CMYK
RGB Variations
Color information
#C82465 (or 0xC82465) is known color: Cerise. HEX triplet: C8, 24 and 65. RGB value is (200,36,101). Sum of RGB (Red+Green+Blue) = 200+36+101=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C82465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82465 is #37DB9A. Grayscale: #5C5C5C. Windows color (decimal): -3660699 or 6628552. OLE color: 6628552.
HSL color Cylindrical-coordinate representation of color #C82465: hue angle of 336.22º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82465 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 101 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.22 |
| HSL | 336.22º | 0.69% | 0.46% | - |
| HSV(B) | 336.22º | 0.82% | 0.78% | - |
| XYZ | 26.8 | 14.48 | 13.69 | - |
| YUV | 92.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 101 | 0 | 0.82 | 0.49 | 0.22 | 336.22 | 0.69 | 0.46 |
| Hex | C8 | 24 | 65 | 0 | 52 | 31 | 16 | 150 | 45 | 2E |
| Octal | 310 | 44 | 145 | 0 | 122 | 61 | 26 | 520 | 105 | 56 |
| Binary | 11001000 | 100100 | 1100101 | 0 | 1010010 | 110001 | 10110 | 101010000 | 1000101 | 101110 |
Color Harmonies of #C82465
Complementary color
Monochromatic Colors of #C82465
Black with #C82465
Text Example
Text Example
White with #C82465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82465; }
p { color: rgb(200,36,101); }
H1.HeaderClassName
{
color: #C82465;
}
.AnyTagClassName
{
color: #C82465;
}
</style>
background-color css
<style>
a { background-color: #C82465; }
a { background-color: rgb(200,36,101); }
div.DivClassName
{
background-color: #C82465;
}
.BgClassName
{
background-color: #C82465;
}
</style>
border-color css
<style>
span { border-color: #C82465; }
span { border-color: rgb(200,36,101); }
td.TdClassName
{
border-color: #C82465;
}
.TagClassName
{
border-color: #C82465;
}
</style>