Shades of Old Rose #C6335F
Tints of Old Rose #C6335F
RGB
CMYK
RGB Variations
Color information
#C6335F (or 0xC6335F) is known color: Old Rose. HEX triplet: C6, 33 and 5F. RGB value is (198,51,95). Sum of RGB (Red+Green+Blue) = 198+51+95=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6335F is #39CCA0. Grayscale: #636363. Windows color (decimal): -3787937 or 6239174. OLE color: 6239174.
HSL color Cylindrical-coordinate representation of color #C6335F: hue angle of 342.04º 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 #C6335F is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 95 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.22 |
| HSL | 342.04º | 0.59% | 0.49% | - |
| HSV(B) | 342.04º | 0.74% | 0.78% | - |
| XYZ | 26.54 | 15.2 | 12.36 | - |
| YUV | 99.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 95 | 0 | 0.74 | 0.52 | 0.22 | 342.04 | 0.59 | 0.49 |
| Hex | C6 | 33 | 5F | 0 | 4A | 34 | 16 | 156 | 3B | 31 |
| Octal | 306 | 63 | 137 | 0 | 112 | 64 | 26 | 526 | 73 | 61 |
| Binary | 11000110 | 110011 | 1011111 | 0 | 1001010 | 110100 | 10110 | 101010110 | 111011 | 110001 |
Color Harmonies of #C6335F
Complementary color
Monochromatic Colors of #C6335F
Black with #C6335F
Text Example
Text Example
White with #C6335F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6335F; }
p { color: rgb(198,51,95); }
H1.HeaderClassName
{
color: #C6335F;
}
.AnyTagClassName
{
color: #C6335F;
}
</style>
background-color css
<style>
a { background-color: #C6335F; }
a { background-color: rgb(198,51,95); }
div.DivClassName
{
background-color: #C6335F;
}
.BgClassName
{
background-color: #C6335F;
}
</style>
border-color css
<style>
span { border-color: #C6335F; }
span { border-color: rgb(198,51,95); }
td.TdClassName
{
border-color: #C6335F;
}
.TagClassName
{
border-color: #C6335F;
}
</style>