Shades of Cerise #C8256A
Tints of Cerise #C8256A
RGB
CMYK
RGB Variations
Color information
#C8256A (or 0xC8256A) is known color: Cerise. HEX triplet: C8, 25 and 6A. RGB value is (200,37,106). Sum of RGB (Red+Green+Blue) = 200+37+106=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8256A is #37DA95. Grayscale: #5D5D5D. Windows color (decimal): -3660438 or 6956488. OLE color: 6956488.
HSL color Cylindrical-coordinate representation of color #C8256A: hue angle of 334.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8256A is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 106 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.22 |
| HSL | 334.6º | 0.69% | 0.46% | - |
| HSV(B) | 334.6º | 0.82% | 0.78% | - |
| XYZ | 27.08 | 14.64 | 15.03 | - |
| YUV | 93.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 106 | 0 | 0.82 | 0.47 | 0.22 | 334.6 | 0.69 | 0.46 |
| Hex | C8 | 25 | 6A | 0 | 52 | 2F | 16 | 14F | 45 | 2E |
| Octal | 310 | 45 | 152 | 0 | 122 | 57 | 26 | 517 | 105 | 56 |
| Binary | 11001000 | 100101 | 1101010 | 0 | 1010010 | 101111 | 10110 | 101001111 | 1000101 | 101110 |
Color Harmonies of #C8256A
Complementary color
Monochromatic Colors of #C8256A
Black with #C8256A
Text Example
Text Example
White with #C8256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8256A; }
p { color: rgb(200,37,106); }
H1.HeaderClassName
{
color: #C8256A;
}
.AnyTagClassName
{
color: #C8256A;
}
</style>
background-color css
<style>
a { background-color: #C8256A; }
a { background-color: rgb(200,37,106); }
div.DivClassName
{
background-color: #C8256A;
}
.BgClassName
{
background-color: #C8256A;
}
</style>
border-color css
<style>
span { border-color: #C8256A; }
span { border-color: rgb(200,37,106); }
td.TdClassName
{
border-color: #C8256A;
}
.TagClassName
{
border-color: #C8256A;
}
</style>