Shades of Cerise #C8306B
Tints of Cerise #C8306B
RGB
CMYK
RGB Variations
Color information
#C8306B (or 0xC8306B) is known color: Cerise. HEX triplet: C8, 30 and 6B. RGB value is (200,48,107). Sum of RGB (Red+Green+Blue) = 200+48+107=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8306B is #37CF94. Grayscale: #646464. Windows color (decimal): -3657621 or 7024840. OLE color: 7024840.
HSL color Cylindrical-coordinate representation of color #C8306B: hue angle of 336.71º 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 #C8306B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 107 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 336.71º | 0.61% | 0.49% | - |
| HSV(B) | 336.71º | 0.76% | 0.78% | - |
| XYZ | 27.53 | 15.45 | 15.44 | - |
| YUV | 100.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 107 | 0 | 0.76 | 0.46 | 0.22 | 336.71 | 0.61 | 0.49 |
| Hex | C8 | 30 | 6B | 0 | 4C | 2E | 16 | 151 | 3D | 31 |
| Octal | 310 | 60 | 153 | 0 | 114 | 56 | 26 | 521 | 75 | 61 |
| Binary | 11001000 | 110000 | 1101011 | 0 | 1001100 | 101110 | 10110 | 101010001 | 111101 | 110001 |
Color Harmonies of #C8306B
Complementary color
Monochromatic Colors of #C8306B
Black with #C8306B
Text Example
Text Example
White with #C8306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8306B; }
p { color: rgb(200,48,107); }
H1.HeaderClassName
{
color: #C8306B;
}
.AnyTagClassName
{
color: #C8306B;
}
</style>
background-color css
<style>
a { background-color: #C8306B; }
a { background-color: rgb(200,48,107); }
div.DivClassName
{
background-color: #C8306B;
}
.BgClassName
{
background-color: #C8306B;
}
</style>
border-color css
<style>
span { border-color: #C8306B; }
span { border-color: rgb(200,48,107); }
td.TdClassName
{
border-color: #C8306B;
}
.TagClassName
{
border-color: #C8306B;
}
</style>