Shades of Cerise #C73965
Tints of Cerise #C73965
RGB
CMYK
RGB Variations
Color information
#C73965 (or 0xC73965) is known color: Cerise. HEX triplet: C7, 39 and 65. RGB value is (199,57,101). Sum of RGB (Red+Green+Blue) = 199+57+101=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C73965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73965 is #38C69A. Grayscale: #686868. Windows color (decimal): -3720859 or 6633927. OLE color: 6633927.
HSL color Cylindrical-coordinate representation of color #C73965: hue angle of 341.41º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73965 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 101 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.22 |
| HSL | 341.41º | 0.56% | 0.5% | - |
| HSV(B) | 341.41º | 0.71% | 0.78% | - |
| XYZ | 27.37 | 16.01 | 13.96 | - |
| YUV | 104.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 101 | 0 | 0.71 | 0.49 | 0.22 | 341.41 | 0.56 | 0.5 |
| Hex | C7 | 39 | 65 | 0 | 47 | 31 | 16 | 155 | 38 | 32 |
| Octal | 307 | 71 | 145 | 0 | 107 | 61 | 26 | 525 | 70 | 62 |
| Binary | 11000111 | 111001 | 1100101 | 0 | 1000111 | 110001 | 10110 | 101010101 | 111000 | 110010 |
Color Harmonies of #C73965
Complementary color
Monochromatic Colors of #C73965
Black with #C73965
Text Example
Text Example
White with #C73965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73965; }
p { color: rgb(199,57,101); }
H1.HeaderClassName
{
color: #C73965;
}
.AnyTagClassName
{
color: #C73965;
}
</style>
background-color css
<style>
a { background-color: #C73965; }
a { background-color: rgb(199,57,101); }
div.DivClassName
{
background-color: #C73965;
}
.BgClassName
{
background-color: #C73965;
}
</style>
border-color css
<style>
span { border-color: #C73965; }
span { border-color: rgb(199,57,101); }
td.TdClassName
{
border-color: #C73965;
}
.TagClassName
{
border-color: #C73965;
}
</style>