Shades of Rouge #C02F65
Tints of Rouge #C02F65
RGB
CMYK
RGB Variations
Color information
#C02F65 (or 0xC02F65) is known color: Rouge. HEX triplet: C0, 2F and 65. RGB value is (192,47,101). Sum of RGB (Red+Green+Blue) = 192+47+101=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F65 is #3FD09A. Grayscale: #606060. Windows color (decimal): -4182171 or 6631360. OLE color: 6631360.
HSL color Cylindrical-coordinate representation of color #C02F65: hue angle of 337.66º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F65 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 101 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.25 |
| HSL | 337.66º | 0.61% | 0.47% | - |
| HSV(B) | 337.66º | 0.76% | 0.75% | - |
| XYZ | 25.1 | 14.18 | 13.73 | - |
| YUV | 96.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 101 | 0 | 0.76 | 0.47 | 0.25 | 337.66 | 0.61 | 0.47 |
| Hex | C0 | 2F | 65 | 0 | 4C | 2F | 19 | 152 | 3D | 2F |
| Octal | 300 | 57 | 145 | 0 | 114 | 57 | 31 | 522 | 75 | 57 |
| Binary | 11000000 | 101111 | 1100101 | 0 | 1001100 | 101111 | 11001 | 101010010 | 111101 | 101111 |
Color Harmonies of #C02F65
Complementary color
Monochromatic Colors of #C02F65
Black with #C02F65
Text Example
Text Example
White with #C02F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F65; }
p { color: rgb(192,47,101); }
H1.HeaderClassName
{
color: #C02F65;
}
.AnyTagClassName
{
color: #C02F65;
}
</style>
background-color css
<style>
a { background-color: #C02F65; }
a { background-color: rgb(192,47,101); }
div.DivClassName
{
background-color: #C02F65;
}
.BgClassName
{
background-color: #C02F65;
}
</style>
border-color css
<style>
span { border-color: #C02F65; }
span { border-color: rgb(192,47,101); }
td.TdClassName
{
border-color: #C02F65;
}
.TagClassName
{
border-color: #C02F65;
}
</style>