Shades of Cerise #C8396B
Tints of Cerise #C8396B
RGB
CMYK
RGB Variations
Color information
#C8396B (or 0xC8396B) is known color: Cerise. HEX triplet: C8, 39 and 6B. RGB value is (200,57,107). Sum of RGB (Red+Green+Blue) = 200+57+107=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8396B is #37C694. Grayscale: #696969. Windows color (decimal): -3655317 or 7027144. OLE color: 7027144.
HSL color Cylindrical-coordinate representation of color #C8396B: hue angle of 339.02º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8396B is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 107 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.22 |
| HSL | 339.02º | 0.57% | 0.5% | - |
| HSV(B) | 339.02º | 0.72% | 0.78% | - |
| XYZ | 27.94 | 16.27 | 15.58 | - |
| YUV | 105.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 107 | 0 | 0.72 | 0.46 | 0.22 | 339.02 | 0.57 | 0.5 |
| Hex | C8 | 39 | 6B | 0 | 48 | 2E | 16 | 153 | 39 | 32 |
| Octal | 310 | 71 | 153 | 0 | 110 | 56 | 26 | 523 | 71 | 62 |
| Binary | 11001000 | 111001 | 1101011 | 0 | 1001000 | 101110 | 10110 | 101010011 | 111001 | 110010 |
Color Harmonies of #C8396B
Complementary color
Monochromatic Colors of #C8396B
Black with #C8396B
Text Example
Text Example
White with #C8396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8396B; }
p { color: rgb(200,57,107); }
H1.HeaderClassName
{
color: #C8396B;
}
.AnyTagClassName
{
color: #C8396B;
}
</style>
background-color css
<style>
a { background-color: #C8396B; }
a { background-color: rgb(200,57,107); }
div.DivClassName
{
background-color: #C8396B;
}
.BgClassName
{
background-color: #C8396B;
}
</style>
border-color css
<style>
span { border-color: #C8396B; }
span { border-color: rgb(200,57,107); }
td.TdClassName
{
border-color: #C8396B;
}
.TagClassName
{
border-color: #C8396B;
}
</style>