Shades of Rouge #C03B61
Tints of Rouge #C03B61
RGB
CMYK
RGB Variations
Color information
#C03B61 (or 0xC03B61) is known color: Rouge. HEX triplet: C0, 3B and 61. RGB value is (192,59,97). Sum of RGB (Red+Green+Blue) = 192+59+97=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B61 is #3FC49E. Grayscale: #676767. Windows color (decimal): -4179103 or 6372288. OLE color: 6372288.
HSL color Cylindrical-coordinate representation of color #C03B61: hue angle of 342.86º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B61 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 97 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.25 |
| HSL | 342.86º | 0.53% | 0.49% | - |
| HSV(B) | 342.86º | 0.69% | 0.75% | - |
| XYZ | 25.46 | 15.2 | 12.9 | - |
| YUV | 103.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 97 | 0 | 0.69 | 0.49 | 0.25 | 342.86 | 0.53 | 0.49 |
| Hex | C0 | 3B | 61 | 0 | 45 | 31 | 19 | 157 | 35 | 31 |
| Octal | 300 | 73 | 141 | 0 | 105 | 61 | 31 | 527 | 65 | 61 |
| Binary | 11000000 | 111011 | 1100001 | 0 | 1000101 | 110001 | 11001 | 101010111 | 110101 | 110001 |
Color Harmonies of #C03B61
Complementary color
Monochromatic Colors of #C03B61
Black with #C03B61
Text Example
Text Example
White with #C03B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B61; }
p { color: rgb(192,59,97); }
H1.HeaderClassName
{
color: #C03B61;
}
.AnyTagClassName
{
color: #C03B61;
}
</style>
background-color css
<style>
a { background-color: #C03B61; }
a { background-color: rgb(192,59,97); }
div.DivClassName
{
background-color: #C03B61;
}
.BgClassName
{
background-color: #C03B61;
}
</style>
border-color css
<style>
span { border-color: #C03B61; }
span { border-color: rgb(192,59,97); }
td.TdClassName
{
border-color: #C03B61;
}
.TagClassName
{
border-color: #C03B61;
}
</style>