Shades of Rouge #C02D69
Tints of Rouge #C02D69
RGB
CMYK
RGB Variations
Color information
#C02D69 (or 0xC02D69) is known color: Rouge. HEX triplet: C0, 2D and 69. RGB value is (192,45,105). Sum of RGB (Red+Green+Blue) = 192+45+105=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D69 is #3FD296. Grayscale: #5F5F5F. Windows color (decimal): -4182679 or 6892992. OLE color: 6892992.
HSL color Cylindrical-coordinate representation of color #C02D69: hue angle of 335.51º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D69 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 105 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.25 |
| HSL | 335.51º | 0.62% | 0.46% | - |
| HSV(B) | 335.51º | 0.77% | 0.75% | - |
| XYZ | 25.23 | 14.1 | 14.76 | - |
| YUV | 95.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 105 | 0 | 0.77 | 0.45 | 0.25 | 335.51 | 0.62 | 0.46 |
| Hex | C0 | 2D | 69 | 0 | 4D | 2D | 19 | 150 | 3E | 2E |
| Octal | 300 | 55 | 151 | 0 | 115 | 55 | 31 | 520 | 76 | 56 |
| Binary | 11000000 | 101101 | 1101001 | 0 | 1001101 | 101101 | 11001 | 101010000 | 111110 | 101110 |
Color Harmonies of #C02D69
Complementary color
Monochromatic Colors of #C02D69
Black with #C02D69
Text Example
Text Example
White with #C02D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D69; }
p { color: rgb(192,45,105); }
H1.HeaderClassName
{
color: #C02D69;
}
.AnyTagClassName
{
color: #C02D69;
}
</style>
background-color css
<style>
a { background-color: #C02D69; }
a { background-color: rgb(192,45,105); }
div.DivClassName
{
background-color: #C02D69;
}
.BgClassName
{
background-color: #C02D69;
}
</style>
border-color css
<style>
span { border-color: #C02D69; }
span { border-color: rgb(192,45,105); }
td.TdClassName
{
border-color: #C02D69;
}
.TagClassName
{
border-color: #C02D69;
}
</style>