Shades of Rouge #C02F66
Tints of Rouge #C02F66
RGB
CMYK
RGB Variations
Color information
#C02F66 (or 0xC02F66) is known color: Rouge. HEX triplet: C0, 2F and 66. RGB value is (192,47,102). Sum of RGB (Red+Green+Blue) = 192+47+102=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F66 is #3FD099. Grayscale: #606060. Windows color (decimal): -4182170 or 6696896. OLE color: 6696896.
HSL color Cylindrical-coordinate representation of color #C02F66: hue angle of 337.24º 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 #C02F66 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 102 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.25 |
| HSL | 337.24º | 0.61% | 0.47% | - |
| HSV(B) | 337.24º | 0.76% | 0.75% | - |
| XYZ | 25.15 | 14.2 | 13.99 | - |
| YUV | 96.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 102 | 0 | 0.76 | 0.47 | 0.25 | 337.24 | 0.61 | 0.47 |
| Hex | C0 | 2F | 66 | 0 | 4C | 2F | 19 | 151 | 3D | 2F |
| Octal | 300 | 57 | 146 | 0 | 114 | 57 | 31 | 521 | 75 | 57 |
| Binary | 11000000 | 101111 | 1100110 | 0 | 1001100 | 101111 | 11001 | 101010001 | 111101 | 101111 |
Color Harmonies of #C02F66
Complementary color
Monochromatic Colors of #C02F66
Black with #C02F66
Text Example
Text Example
White with #C02F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F66; }
p { color: rgb(192,47,102); }
H1.HeaderClassName
{
color: #C02F66;
}
.AnyTagClassName
{
color: #C02F66;
}
</style>
background-color css
<style>
a { background-color: #C02F66; }
a { background-color: rgb(192,47,102); }
div.DivClassName
{
background-color: #C02F66;
}
.BgClassName
{
background-color: #C02F66;
}
</style>
border-color css
<style>
span { border-color: #C02F66; }
span { border-color: rgb(192,47,102); }
td.TdClassName
{
border-color: #C02F66;
}
.TagClassName
{
border-color: #C02F66;
}
</style>