Shades of Cerise #C8236A
Tints of Cerise #C8236A
RGB
CMYK
RGB Variations
Color information
#C8236A (or 0xC8236A) is known color: Cerise. HEX triplet: C8, 23 and 6A. RGB value is (200,35,106). Sum of RGB (Red+Green+Blue) = 200+35+106=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8236A is #37DC95. Grayscale: #5C5C5C. Windows color (decimal): -3660950 or 6955976. OLE color: 6955976.
HSL color Cylindrical-coordinate representation of color #C8236A: hue angle of 334.18º degrees, saturation: 0.7, 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 #C8236A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 106 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.22 |
| HSL | 334.18º | 0.7% | 0.46% | - |
| HSV(B) | 334.18º | 0.83% | 0.78% | - |
| XYZ | 27.02 | 14.52 | 15.01 | - |
| YUV | 92.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 106 | 0 | 0.82 | 0.47 | 0.22 | 334.18 | 0.7 | 0.46 |
| Hex | C8 | 23 | 6A | 0 | 52 | 2F | 16 | 14E | 46 | 2E |
| Octal | 310 | 43 | 152 | 0 | 122 | 57 | 26 | 516 | 106 | 56 |
| Binary | 11001000 | 100011 | 1101010 | 0 | 1010010 | 101111 | 10110 | 101001110 | 1000110 | 101110 |
Color Harmonies of #C8236A
Complementary color
Monochromatic Colors of #C8236A
Black with #C8236A
Text Example
Text Example
White with #C8236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8236A; }
p { color: rgb(200,35,106); }
H1.HeaderClassName
{
color: #C8236A;
}
.AnyTagClassName
{
color: #C8236A;
}
</style>
background-color css
<style>
a { background-color: #C8236A; }
a { background-color: rgb(200,35,106); }
div.DivClassName
{
background-color: #C8236A;
}
.BgClassName
{
background-color: #C8236A;
}
</style>
border-color css
<style>
span { border-color: #C8236A; }
span { border-color: rgb(200,35,106); }
td.TdClassName
{
border-color: #C8236A;
}
.TagClassName
{
border-color: #C8236A;
}
</style>