Shades of Rouge #C12F69
Tints of Rouge #C12F69
RGB
CMYK
RGB Variations
Color information
#C12F69 (or 0xC12F69) is known color: Rouge. HEX triplet: C1, 2F and 69. RGB value is (193,47,105). Sum of RGB (Red+Green+Blue) = 193+47+105=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12F69 is #3ED096. Grayscale: #616161. Windows color (decimal): -4116631 or 6893505. OLE color: 6893505.
HSL color Cylindrical-coordinate representation of color #C12F69: hue angle of 336.16º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C12F69 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 105 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.24 |
| HSL | 336.16º | 0.61% | 0.47% | - |
| HSV(B) | 336.16º | 0.76% | 0.76% | - |
| XYZ | 25.56 | 14.39 | 14.8 | - |
| YUV | 97.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 105 | 0 | 0.76 | 0.46 | 0.24 | 336.16 | 0.61 | 0.47 |
| Hex | C1 | 2F | 69 | 0 | 4C | 2E | 18 | 150 | 3D | 2F |
| Octal | 301 | 57 | 151 | 0 | 114 | 56 | 30 | 520 | 75 | 57 |
| Binary | 11000001 | 101111 | 1101001 | 0 | 1001100 | 101110 | 11000 | 101010000 | 111101 | 101111 |
Color Harmonies of #C12F69
Complementary color
Monochromatic Colors of #C12F69
Black with #C12F69
Text Example
Text Example
White with #C12F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F69; }
p { color: rgb(193,47,105); }
H1.HeaderClassName
{
color: #C12F69;
}
.AnyTagClassName
{
color: #C12F69;
}
</style>
background-color css
<style>
a { background-color: #C12F69; }
a { background-color: rgb(193,47,105); }
div.DivClassName
{
background-color: #C12F69;
}
.BgClassName
{
background-color: #C12F69;
}
</style>
border-color css
<style>
span { border-color: #C12F69; }
span { border-color: rgb(193,47,105); }
td.TdClassName
{
border-color: #C12F69;
}
.TagClassName
{
border-color: #C12F69;
}
</style>