Shades of Cerise #C82765
Tints of Cerise #C82765
RGB
CMYK
RGB Variations
Color information
#C82765 (or 0xC82765) is known color: Cerise. HEX triplet: C8, 27 and 65. RGB value is (200,39,101). Sum of RGB (Red+Green+Blue) = 200+39+101=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C82765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82765 is #37D89A. Grayscale: #5E5E5E. Windows color (decimal): -3659931 or 6629320. OLE color: 6629320.
HSL color Cylindrical-coordinate representation of color #C82765: hue angle of 336.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82765 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 101 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.22 |
| HSL | 336.89º | 0.67% | 0.47% | - |
| HSV(B) | 336.89º | 0.81% | 0.78% | - |
| XYZ | 26.89 | 14.67 | 13.73 | - |
| YUV | 94.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 101 | 0 | 0.80 | 0.49 | 0.22 | 336.89 | 0.67 | 0.47 |
| Hex | C8 | 27 | 65 | 0 | 50 | 31 | 16 | 151 | 43 | 2F |
| Octal | 310 | 47 | 145 | 0 | 120 | 61 | 26 | 521 | 103 | 57 |
| Binary | 11001000 | 100111 | 1100101 | 0 | 1010000 | 110001 | 10110 | 101010001 | 1000011 | 101111 |
Color Harmonies of #C82765
Complementary color
Monochromatic Colors of #C82765
Black with #C82765
Text Example
Text Example
White with #C82765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82765; }
p { color: rgb(200,39,101); }
H1.HeaderClassName
{
color: #C82765;
}
.AnyTagClassName
{
color: #C82765;
}
</style>
background-color css
<style>
a { background-color: #C82765; }
a { background-color: rgb(200,39,101); }
div.DivClassName
{
background-color: #C82765;
}
.BgClassName
{
background-color: #C82765;
}
</style>
border-color css
<style>
span { border-color: #C82765; }
span { border-color: rgb(200,39,101); }
td.TdClassName
{
border-color: #C82765;
}
.TagClassName
{
border-color: #C82765;
}
</style>