Shades of Rouge #C02F6B
Tints of Rouge #C02F6B
RGB
CMYK
RGB Variations
Color information
#C02F6B (or 0xC02F6B) is known color: Rouge. HEX triplet: C0, 2F and 6B. RGB value is (192,47,107). Sum of RGB (Red+Green+Blue) = 192+47+107=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02F6B is #3FD094. Grayscale: #616161. Windows color (decimal): -4182165 or 7024576. OLE color: 7024576.
HSL color Cylindrical-coordinate representation of color #C02F6B: hue angle of 335.17º 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 #C02F6B is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 107 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.25 |
| HSL | 335.17º | 0.61% | 0.47% | - |
| HSV(B) | 335.17º | 0.76% | 0.75% | - |
| XYZ | 25.41 | 14.3 | 15.33 | - |
| YUV | 97.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 107 | 0 | 0.76 | 0.44 | 0.25 | 335.17 | 0.61 | 0.47 |
| Hex | C0 | 2F | 6B | 0 | 4C | 2C | 19 | 14F | 3D | 2F |
| Octal | 300 | 57 | 153 | 0 | 114 | 54 | 31 | 517 | 75 | 57 |
| Binary | 11000000 | 101111 | 1101011 | 0 | 1001100 | 101100 | 11001 | 101001111 | 111101 | 101111 |
Color Harmonies of #C02F6B
Complementary color
Monochromatic Colors of #C02F6B
Black with #C02F6B
Text Example
Text Example
White with #C02F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02F6B; }
p { color: rgb(192,47,107); }
H1.HeaderClassName
{
color: #C02F6B;
}
.AnyTagClassName
{
color: #C02F6B;
}
</style>
background-color css
<style>
a { background-color: #C02F6B; }
a { background-color: rgb(192,47,107); }
div.DivClassName
{
background-color: #C02F6B;
}
.BgClassName
{
background-color: #C02F6B;
}
</style>
border-color css
<style>
span { border-color: #C02F6B; }
span { border-color: rgb(192,47,107); }
td.TdClassName
{
border-color: #C02F6B;
}
.TagClassName
{
border-color: #C02F6B;
}
</style>