Shades of Old Rose #C6334F
Tints of Old Rose #C6334F
RGB
CMYK
RGB Variations
Color information
#C6334F (or 0xC6334F) is known color: Old Rose. HEX triplet: C6, 33 and 4F. RGB value is (198,51,79). Sum of RGB (Red+Green+Blue) = 198+51+79=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6334F is #39CCB0. Grayscale: #626262. Windows color (decimal): -3787953 or 5190598. OLE color: 5190598.
HSL color Cylindrical-coordinate representation of color #C6334F: hue angle of 348.57º 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 #C6334F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 79 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.22 |
| HSL | 348.57º | 0.59% | 0.49% | - |
| HSV(B) | 348.57º | 0.74% | 0.78% | - |
| XYZ | 25.88 | 14.94 | 8.92 | - |
| YUV | 98.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 79 | 0 | 0.74 | 0.60 | 0.22 | 348.57 | 0.59 | 0.49 |
| Hex | C6 | 33 | 4F | 0 | 4A | 3C | 16 | 15D | 3B | 31 |
| Octal | 306 | 63 | 117 | 0 | 112 | 74 | 26 | 535 | 73 | 61 |
| Binary | 11000110 | 110011 | 1001111 | 0 | 1001010 | 111100 | 10110 | 101011101 | 111011 | 110001 |
Color Harmonies of #C6334F
Complementary color
Monochromatic Colors of #C6334F
Black with #C6334F
Text Example
Text Example
White with #C6334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6334F; }
p { color: rgb(198,51,79); }
H1.HeaderClassName
{
color: #C6334F;
}
.AnyTagClassName
{
color: #C6334F;
}
</style>
background-color css
<style>
a { background-color: #C6334F; }
a { background-color: rgb(198,51,79); }
div.DivClassName
{
background-color: #C6334F;
}
.BgClassName
{
background-color: #C6334F;
}
</style>
border-color css
<style>
span { border-color: #C6334F; }
span { border-color: rgb(198,51,79); }
td.TdClassName
{
border-color: #C6334F;
}
.TagClassName
{
border-color: #C6334F;
}
</style>