Shades of Old Rose #C6334C
Tints of Old Rose #C6334C
RGB
CMYK
RGB Variations
Color information
#C6334C (or 0xC6334C) is known color: Old Rose. HEX triplet: C6, 33 and 4C. RGB value is (198,51,76). Sum of RGB (Red+Green+Blue) = 198+51+76=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6334C is #39CCB3. Grayscale: #616161. Windows color (decimal): -3787956 or 4993990. OLE color: 4993990.
HSL color Cylindrical-coordinate representation of color #C6334C: hue angle of 349.8º 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 #C6334C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 76 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.22 |
| HSL | 349.8º | 0.59% | 0.49% | - |
| HSV(B) | 349.8º | 0.74% | 0.78% | - |
| XYZ | 25.78 | 14.9 | 8.35 | - |
| YUV | 97.8 | 115.7 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 76 | 0 | 0.74 | 0.62 | 0.22 | 349.8 | 0.59 | 0.49 |
| Hex | C6 | 33 | 4C | 0 | 4A | 3E | 16 | 15E | 3B | 31 |
| Octal | 306 | 63 | 114 | 0 | 112 | 76 | 26 | 536 | 73 | 61 |
| Binary | 11000110 | 110011 | 1001100 | 0 | 1001010 | 111110 | 10110 | 101011110 | 111011 | 110001 |
Color Harmonies of #C6334C
Complementary color
Monochromatic Colors of #C6334C
Black with #C6334C
Text Example
Text Example
White with #C6334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6334C; }
p { color: rgb(198,51,76); }
H1.HeaderClassName
{
color: #C6334C;
}
.AnyTagClassName
{
color: #C6334C;
}
</style>
background-color css
<style>
a { background-color: #C6334C; }
a { background-color: rgb(198,51,76); }
div.DivClassName
{
background-color: #C6334C;
}
.BgClassName
{
background-color: #C6334C;
}
</style>
border-color css
<style>
span { border-color: #C6334C; }
span { border-color: rgb(198,51,76); }
td.TdClassName
{
border-color: #C6334C;
}
.TagClassName
{
border-color: #C6334C;
}
</style>