Shades of Cerise #C7386C
Tints of Cerise #C7386C
RGB
CMYK
RGB Variations
Color information
#C7386C (or 0xC7386C) is known color: Cerise. HEX triplet: C7, 38 and 6C. RGB value is (199,56,108). Sum of RGB (Red+Green+Blue) = 199+56+108=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7386C is #38C793. Grayscale: #686868. Windows color (decimal): -3721108 or 7092423. OLE color: 7092423.
HSL color Cylindrical-coordinate representation of color #C7386C: hue angle of 338.18º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7386C is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 108 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.22 |
| HSL | 338.18º | 0.56% | 0.5% | - |
| HSV(B) | 338.18º | 0.72% | 0.78% | - |
| XYZ | 27.67 | 16.05 | 15.83 | - |
| YUV | 104.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 108 | 0 | 0.72 | 0.46 | 0.22 | 338.18 | 0.56 | 0.5 |
| Hex | C7 | 38 | 6C | 0 | 48 | 2E | 16 | 152 | 38 | 32 |
| Octal | 307 | 70 | 154 | 0 | 110 | 56 | 26 | 522 | 70 | 62 |
| Binary | 11000111 | 111000 | 1101100 | 0 | 1001000 | 101110 | 10110 | 101010010 | 111000 | 110010 |
Color Harmonies of #C7386C
Complementary color
Monochromatic Colors of #C7386C
Black with #C7386C
Text Example
Text Example
White with #C7386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7386C; }
p { color: rgb(199,56,108); }
H1.HeaderClassName
{
color: #C7386C;
}
.AnyTagClassName
{
color: #C7386C;
}
</style>
background-color css
<style>
a { background-color: #C7386C; }
a { background-color: rgb(199,56,108); }
div.DivClassName
{
background-color: #C7386C;
}
.BgClassName
{
background-color: #C7386C;
}
</style>
border-color css
<style>
span { border-color: #C7386C; }
span { border-color: rgb(199,56,108); }
td.TdClassName
{
border-color: #C7386C;
}
.TagClassName
{
border-color: #C7386C;
}
</style>