Shades of Cerise #C73265
Tints of Cerise #C73265
RGB
CMYK
RGB Variations
Color information
#C73265 (or 0xC73265) is known color: Cerise. HEX triplet: C7, 32 and 65. RGB value is (199,50,101). Sum of RGB (Red+Green+Blue) = 199+50+101=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C73265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73265 is #38CD9A. Grayscale: #646464. Windows color (decimal): -3722651 or 6632135. OLE color: 6632135.
HSL color Cylindrical-coordinate representation of color #C73265: hue angle of 339.46º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73265 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 101 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.22 |
| HSL | 339.46º | 0.6% | 0.49% | - |
| HSV(B) | 339.46º | 0.75% | 0.78% | - |
| XYZ | 27.04 | 15.36 | 13.85 | - |
| YUV | 100.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 101 | 0 | 0.75 | 0.49 | 0.22 | 339.46 | 0.6 | 0.49 |
| Hex | C7 | 32 | 65 | 0 | 4B | 31 | 16 | 153 | 3C | 31 |
| Octal | 307 | 62 | 145 | 0 | 113 | 61 | 26 | 523 | 74 | 61 |
| Binary | 11000111 | 110010 | 1100101 | 0 | 1001011 | 110001 | 10110 | 101010011 | 111100 | 110001 |
Color Harmonies of #C73265
Complementary color
Monochromatic Colors of #C73265
Black with #C73265
Text Example
Text Example
White with #C73265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73265; }
p { color: rgb(199,50,101); }
H1.HeaderClassName
{
color: #C73265;
}
.AnyTagClassName
{
color: #C73265;
}
</style>
background-color css
<style>
a { background-color: #C73265; }
a { background-color: rgb(199,50,101); }
div.DivClassName
{
background-color: #C73265;
}
.BgClassName
{
background-color: #C73265;
}
</style>
border-color css
<style>
span { border-color: #C73265; }
span { border-color: rgb(199,50,101); }
td.TdClassName
{
border-color: #C73265;
}
.TagClassName
{
border-color: #C73265;
}
</style>