Shades of Old Rose #C6334E
Tints of Old Rose #C6334E
RGB
CMYK
RGB Variations
Color information
#C6334E (or 0xC6334E) is known color: Old Rose. HEX triplet: C6, 33 and 4E. RGB value is (198,51,78). Sum of RGB (Red+Green+Blue) = 198+51+78=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6334E is #39CCB1. Grayscale: #626262. Windows color (decimal): -3787954 or 5125062. OLE color: 5125062.
HSL color Cylindrical-coordinate representation of color #C6334E: hue angle of 348.98º 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 #C6334E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 78 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.22 |
| HSL | 348.98º | 0.59% | 0.49% | - |
| HSV(B) | 348.98º | 0.74% | 0.78% | - |
| XYZ | 25.85 | 14.92 | 8.73 | - |
| YUV | 98.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 78 | 0 | 0.74 | 0.61 | 0.22 | 348.98 | 0.59 | 0.49 |
| Hex | C6 | 33 | 4E | 0 | 4A | 3D | 16 | 15D | 3B | 31 |
| Octal | 306 | 63 | 116 | 0 | 112 | 75 | 26 | 535 | 73 | 61 |
| Binary | 11000110 | 110011 | 1001110 | 0 | 1001010 | 111101 | 10110 | 101011101 | 111011 | 110001 |
Color Harmonies of #C6334E
Complementary color
Monochromatic Colors of #C6334E
Black with #C6334E
Text Example
Text Example
White with #C6334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6334E; }
p { color: rgb(198,51,78); }
H1.HeaderClassName
{
color: #C6334E;
}
.AnyTagClassName
{
color: #C6334E;
}
</style>
background-color css
<style>
a { background-color: #C6334E; }
a { background-color: rgb(198,51,78); }
div.DivClassName
{
background-color: #C6334E;
}
.BgClassName
{
background-color: #C6334E;
}
</style>
border-color css
<style>
span { border-color: #C6334E; }
span { border-color: rgb(198,51,78); }
td.TdClassName
{
border-color: #C6334E;
}
.TagClassName
{
border-color: #C6334E;
}
</style>