Shades of Rouge #C02E66
Tints of Rouge #C02E66
RGB
CMYK
RGB Variations
Color information
#C02E66 (or 0xC02E66) is known color: Rouge. HEX triplet: C0, 2E and 66. RGB value is (192,46,102). Sum of RGB (Red+Green+Blue) = 192+46+102=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02E66 is #3FD199. Grayscale: #5F5F5F. Windows color (decimal): -4182426 or 6696640. OLE color: 6696640.
HSL color Cylindrical-coordinate representation of color #C02E66: hue angle of 336.99º 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 #C02E66 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 102 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.25 |
| HSL | 336.99º | 0.61% | 0.47% | - |
| HSV(B) | 336.99º | 0.76% | 0.75% | - |
| XYZ | 25.11 | 14.12 | 13.97 | - |
| YUV | 96.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 102 | 0 | 0.76 | 0.47 | 0.25 | 336.99 | 0.61 | 0.47 |
| Hex | C0 | 2E | 66 | 0 | 4C | 2F | 19 | 151 | 3D | 2F |
| Octal | 300 | 56 | 146 | 0 | 114 | 57 | 31 | 521 | 75 | 57 |
| Binary | 11000000 | 101110 | 1100110 | 0 | 1001100 | 101111 | 11001 | 101010001 | 111101 | 101111 |
Color Harmonies of #C02E66
Complementary color
Monochromatic Colors of #C02E66
Black with #C02E66
Text Example
Text Example
White with #C02E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E66; }
p { color: rgb(192,46,102); }
H1.HeaderClassName
{
color: #C02E66;
}
.AnyTagClassName
{
color: #C02E66;
}
</style>
background-color css
<style>
a { background-color: #C02E66; }
a { background-color: rgb(192,46,102); }
div.DivClassName
{
background-color: #C02E66;
}
.BgClassName
{
background-color: #C02E66;
}
</style>
border-color css
<style>
span { border-color: #C02E66; }
span { border-color: rgb(192,46,102); }
td.TdClassName
{
border-color: #C02E66;
}
.TagClassName
{
border-color: #C02E66;
}
</style>