Shades of Rouge #C02B67
Tints of Rouge #C02B67
RGB
CMYK
RGB Variations
Color information
#C02B67 (or 0xC02B67) is known color: Rouge. HEX triplet: C0, 2B and 67. RGB value is (192,43,103). Sum of RGB (Red+Green+Blue) = 192+43+103=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B67 is #3FD498. Grayscale: #5E5E5E. Windows color (decimal): -4183193 or 6761408. OLE color: 6761408.
HSL color Cylindrical-coordinate representation of color #C02B67: hue angle of 335.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B67 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 103 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.25 |
| HSL | 335.84º | 0.63% | 0.46% | - |
| HSV(B) | 335.84º | 0.78% | 0.75% | - |
| XYZ | 25.05 | 13.91 | 14.2 | - |
| YUV | 94.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 103 | 0 | 0.78 | 0.46 | 0.25 | 335.84 | 0.63 | 0.46 |
| Hex | C0 | 2B | 67 | 0 | 4E | 2E | 19 | 150 | 3F | 2E |
| Octal | 300 | 53 | 147 | 0 | 116 | 56 | 31 | 520 | 77 | 56 |
| Binary | 11000000 | 101011 | 1100111 | 0 | 1001110 | 101110 | 11001 | 101010000 | 111111 | 101110 |
Color Harmonies of #C02B67
Complementary color
Monochromatic Colors of #C02B67
Black with #C02B67
Text Example
Text Example
White with #C02B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B67; }
p { color: rgb(192,43,103); }
H1.HeaderClassName
{
color: #C02B67;
}
.AnyTagClassName
{
color: #C02B67;
}
</style>
background-color css
<style>
a { background-color: #C02B67; }
a { background-color: rgb(192,43,103); }
div.DivClassName
{
background-color: #C02B67;
}
.BgClassName
{
background-color: #C02B67;
}
</style>
border-color css
<style>
span { border-color: #C02B67; }
span { border-color: rgb(192,43,103); }
td.TdClassName
{
border-color: #C02B67;
}
.TagClassName
{
border-color: #C02B67;
}
</style>