Shades of Rouge #C33A64
Tints of Rouge #C33A64
RGB
CMYK
RGB Variations
Color information
#C33A64 (or 0xC33A64) is known color: Rouge. HEX triplet: C3, 3A and 64. RGB value is (195,58,100). Sum of RGB (Red+Green+Blue) = 195+58+100=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A64 is #3CC59B. Grayscale: #676767. Windows color (decimal): -3982748 or 6568643. OLE color: 6568643.
HSL color Cylindrical-coordinate representation of color #C33A64: hue angle of 341.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A64 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 100 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.24 |
| HSL | 341.61º | 0.54% | 0.5% | - |
| HSV(B) | 341.61º | 0.7% | 0.76% | - |
| XYZ | 26.32 | 15.55 | 13.67 | - |
| YUV | 103.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 100 | 0 | 0.70 | 0.49 | 0.24 | 341.61 | 0.54 | 0.5 |
| Hex | C3 | 3A | 64 | 0 | 46 | 31 | 18 | 156 | 36 | 32 |
| Octal | 303 | 72 | 144 | 0 | 106 | 61 | 30 | 526 | 66 | 62 |
| Binary | 11000011 | 111010 | 1100100 | 0 | 1000110 | 110001 | 11000 | 101010110 | 110110 | 110010 |
Color Harmonies of #C33A64
Complementary color
Monochromatic Colors of #C33A64
Black with #C33A64
Text Example
Text Example
White with #C33A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A64; }
p { color: rgb(195,58,100); }
H1.HeaderClassName
{
color: #C33A64;
}
.AnyTagClassName
{
color: #C33A64;
}
</style>
background-color css
<style>
a { background-color: #C33A64; }
a { background-color: rgb(195,58,100); }
div.DivClassName
{
background-color: #C33A64;
}
.BgClassName
{
background-color: #C33A64;
}
</style>
border-color css
<style>
span { border-color: #C33A64; }
span { border-color: rgb(195,58,100); }
td.TdClassName
{
border-color: #C33A64;
}
.TagClassName
{
border-color: #C33A64;
}
</style>