Shades of Cerise #C8306A
Tints of Cerise #C8306A
RGB
CMYK
RGB Variations
Color information
#C8306A (or 0xC8306A) is known color: Cerise. HEX triplet: C8, 30 and 6A. RGB value is (200,48,106). Sum of RGB (Red+Green+Blue) = 200+48+106=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C8306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8306A is #37CF95. Grayscale: #636363. Windows color (decimal): -3657622 or 6959304. OLE color: 6959304.
HSL color Cylindrical-coordinate representation of color #C8306A: hue angle of 337.11º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8306A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 106 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.22 |
| HSL | 337.11º | 0.61% | 0.49% | - |
| HSV(B) | 337.11º | 0.76% | 0.78% | - |
| XYZ | 27.48 | 15.43 | 15.17 | - |
| YUV | 100.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 106 | 0 | 0.76 | 0.47 | 0.22 | 337.11 | 0.61 | 0.49 |
| Hex | C8 | 30 | 6A | 0 | 4C | 2F | 16 | 151 | 3D | 31 |
| Octal | 310 | 60 | 152 | 0 | 114 | 57 | 26 | 521 | 75 | 61 |
| Binary | 11001000 | 110000 | 1101010 | 0 | 1001100 | 101111 | 10110 | 101010001 | 111101 | 110001 |
Color Harmonies of #C8306A
Complementary color
Monochromatic Colors of #C8306A
Black with #C8306A
Text Example
Text Example
White with #C8306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8306A; }
p { color: rgb(200,48,106); }
H1.HeaderClassName
{
color: #C8306A;
}
.AnyTagClassName
{
color: #C8306A;
}
</style>
background-color css
<style>
a { background-color: #C8306A; }
a { background-color: rgb(200,48,106); }
div.DivClassName
{
background-color: #C8306A;
}
.BgClassName
{
background-color: #C8306A;
}
</style>
border-color css
<style>
span { border-color: #C8306A; }
span { border-color: rgb(200,48,106); }
td.TdClassName
{
border-color: #C8306A;
}
.TagClassName
{
border-color: #C8306A;
}
</style>