Shades of Old Rose #C6335E
Tints of Old Rose #C6335E
RGB
CMYK
RGB Variations
Color information
#C6335E (or 0xC6335E) is known color: Old Rose. HEX triplet: C6, 33 and 5E. RGB value is (198,51,94). Sum of RGB (Red+Green+Blue) = 198+51+94=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6335E is #39CCA1. Grayscale: #636363. Windows color (decimal): -3787938 or 6173638. OLE color: 6173638.
HSL color Cylindrical-coordinate representation of color #C6335E: hue angle of 342.45º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6335E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 94 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.22 |
| HSL | 342.45º | 0.59% | 0.49% | - |
| HSV(B) | 342.45º | 0.74% | 0.78% | - |
| XYZ | 26.49 | 15.18 | 12.12 | - |
| YUV | 99.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 94 | 0 | 0.74 | 0.53 | 0.22 | 342.45 | 0.59 | 0.49 |
| Hex | C6 | 33 | 5E | 0 | 4A | 35 | 16 | 156 | 3B | 31 |
| Octal | 306 | 63 | 136 | 0 | 112 | 65 | 26 | 526 | 73 | 61 |
| Binary | 11000110 | 110011 | 1011110 | 0 | 1001010 | 110101 | 10110 | 101010110 | 111011 | 110001 |
Color Harmonies of #C6335E
Complementary color
Monochromatic Colors of #C6335E
Black with #C6335E
Text Example
Text Example
White with #C6335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6335E; }
p { color: rgb(198,51,94); }
H1.HeaderClassName
{
color: #C6335E;
}
.AnyTagClassName
{
color: #C6335E;
}
</style>
background-color css
<style>
a { background-color: #C6335E; }
a { background-color: rgb(198,51,94); }
div.DivClassName
{
background-color: #C6335E;
}
.BgClassName
{
background-color: #C6335E;
}
</style>
border-color css
<style>
span { border-color: #C6335E; }
span { border-color: rgb(198,51,94); }
td.TdClassName
{
border-color: #C6335E;
}
.TagClassName
{
border-color: #C6335E;
}
</style>