Shades of Cerise #C7306B
Tints of Cerise #C7306B
RGB
CMYK
RGB Variations
Color information
#C7306B (or 0xC7306B) is known color: Cerise. HEX triplet: C7, 30 and 6B. RGB value is (199,48,107). Sum of RGB (Red+Green+Blue) = 199+48+107=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7306B is #38CF94. Grayscale: #636363. Windows color (decimal): -3723157 or 7024839. OLE color: 7024839.
HSL color Cylindrical-coordinate representation of color #C7306B: hue angle of 336.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7306B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 107 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 336.56º | 0.61% | 0.48% | - |
| HSV(B) | 336.56º | 0.76% | 0.78% | - |
| XYZ | 27.26 | 15.32 | 15.43 | - |
| YUV | 99.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 107 | 0 | 0.76 | 0.46 | 0.22 | 336.56 | 0.61 | 0.48 |
| Hex | C7 | 30 | 6B | 0 | 4C | 2E | 16 | 151 | 3D | 30 |
| Octal | 307 | 60 | 153 | 0 | 114 | 56 | 26 | 521 | 75 | 60 |
| Binary | 11000111 | 110000 | 1101011 | 0 | 1001100 | 101110 | 10110 | 101010001 | 111101 | 110000 |
Color Harmonies of #C7306B
Complementary color
Monochromatic Colors of #C7306B
Black with #C7306B
Text Example
Text Example
White with #C7306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7306B; }
p { color: rgb(199,48,107); }
H1.HeaderClassName
{
color: #C7306B;
}
.AnyTagClassName
{
color: #C7306B;
}
</style>
background-color css
<style>
a { background-color: #C7306B; }
a { background-color: rgb(199,48,107); }
div.DivClassName
{
background-color: #C7306B;
}
.BgClassName
{
background-color: #C7306B;
}
</style>
border-color css
<style>
span { border-color: #C7306B; }
span { border-color: rgb(199,48,107); }
td.TdClassName
{
border-color: #C7306B;
}
.TagClassName
{
border-color: #C7306B;
}
</style>