Shades of Rouge #C33965
Tints of Rouge #C33965
RGB
CMYK
RGB Variations
Color information
#C33965 (or 0xC33965) is known color: Rouge. HEX triplet: C3, 39 and 65. RGB value is (195,57,101). Sum of RGB (Red+Green+Blue) = 195+57+101=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C33965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33965 is #3CC69A. Grayscale: #676767. Windows color (decimal): -3983003 or 6633923. OLE color: 6633923.
HSL color Cylindrical-coordinate representation of color #C33965: hue angle of 340.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33965 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 101 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.24 |
| HSL | 340.87º | 0.55% | 0.49% | - |
| HSV(B) | 340.87º | 0.71% | 0.76% | - |
| XYZ | 26.32 | 15.47 | 13.91 | - |
| YUV | 103.28 | 126.72 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 101 | 0 | 0.71 | 0.48 | 0.24 | 340.87 | 0.55 | 0.49 |
| Hex | C3 | 39 | 65 | 0 | 47 | 30 | 18 | 155 | 37 | 31 |
| Octal | 303 | 71 | 145 | 0 | 107 | 60 | 30 | 525 | 67 | 61 |
| Binary | 11000011 | 111001 | 1100101 | 0 | 1000111 | 110000 | 11000 | 101010101 | 110111 | 110001 |
Color Harmonies of #C33965
Complementary color
Monochromatic Colors of #C33965
Black with #C33965
Text Example
Text Example
White with #C33965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33965; }
p { color: rgb(195,57,101); }
H1.HeaderClassName
{
color: #C33965;
}
.AnyTagClassName
{
color: #C33965;
}
</style>
background-color css
<style>
a { background-color: #C33965; }
a { background-color: rgb(195,57,101); }
div.DivClassName
{
background-color: #C33965;
}
.BgClassName
{
background-color: #C33965;
}
</style>
border-color css
<style>
span { border-color: #C33965; }
span { border-color: rgb(195,57,101); }
td.TdClassName
{
border-color: #C33965;
}
.TagClassName
{
border-color: #C33965;
}
</style>