Shades of Rouge #C03867
Tints of Rouge #C03867
RGB
CMYK
RGB Variations
Color information
#C03867 (or 0xC03867) is known color: Rouge. HEX triplet: C0, 38 and 67. RGB value is (192,56,103). Sum of RGB (Red+Green+Blue) = 192+56+103=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C03867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03867 is #3FC798. Grayscale: #656565. Windows color (decimal): -4179865 or 6764736. OLE color: 6764736.
HSL color Cylindrical-coordinate representation of color #C03867: hue angle of 339.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03867 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 103 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.25 |
| HSL | 339.26º | 0.55% | 0.49% | - |
| HSV(B) | 339.26º | 0.71% | 0.75% | - |
| XYZ | 25.6 | 15.01 | 14.38 | - |
| YUV | 102.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 103 | 0 | 0.71 | 0.46 | 0.25 | 339.26 | 0.55 | 0.49 |
| Hex | C0 | 38 | 67 | 0 | 47 | 2E | 19 | 153 | 37 | 31 |
| Octal | 300 | 70 | 147 | 0 | 107 | 56 | 31 | 523 | 67 | 61 |
| Binary | 11000000 | 111000 | 1100111 | 0 | 1000111 | 101110 | 11001 | 101010011 | 110111 | 110001 |
Color Harmonies of #C03867
Complementary color
Monochromatic Colors of #C03867
Black with #C03867
Text Example
Text Example
White with #C03867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03867; }
p { color: rgb(192,56,103); }
H1.HeaderClassName
{
color: #C03867;
}
.AnyTagClassName
{
color: #C03867;
}
</style>
background-color css
<style>
a { background-color: #C03867; }
a { background-color: rgb(192,56,103); }
div.DivClassName
{
background-color: #C03867;
}
.BgClassName
{
background-color: #C03867;
}
</style>
border-color css
<style>
span { border-color: #C03867; }
span { border-color: rgb(192,56,103); }
td.TdClassName
{
border-color: #C03867;
}
.TagClassName
{
border-color: #C03867;
}
</style>