Shades of Old Rose #C63354
Tints of Old Rose #C63354
RGB
CMYK
RGB Variations
Color information
#C63354 (or 0xC63354) is known color: Old Rose. HEX triplet: C6, 33 and 54. RGB value is (198,51,84). Sum of RGB (Red+Green+Blue) = 198+51+84=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63354 is #39CCAB. Grayscale: #626262. Windows color (decimal): -3787948 or 5518278. OLE color: 5518278.
HSL color Cylindrical-coordinate representation of color #C63354: hue angle of 346.53º 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 #C63354 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 84 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.22 |
| HSL | 346.53º | 0.59% | 0.49% | - |
| HSV(B) | 346.53º | 0.74% | 0.78% | - |
| XYZ | 26.07 | 15.01 | 9.91 | - |
| YUV | 98.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 84 | 0 | 0.74 | 0.58 | 0.22 | 346.53 | 0.59 | 0.49 |
| Hex | C6 | 33 | 54 | 0 | 4A | 3A | 16 | 15B | 3B | 31 |
| Octal | 306 | 63 | 124 | 0 | 112 | 72 | 26 | 533 | 73 | 61 |
| Binary | 11000110 | 110011 | 1010100 | 0 | 1001010 | 111010 | 10110 | 101011011 | 111011 | 110001 |
Color Harmonies of #C63354
Complementary color
Monochromatic Colors of #C63354
Black with #C63354
Text Example
Text Example
White with #C63354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63354; }
p { color: rgb(198,51,84); }
H1.HeaderClassName
{
color: #C63354;
}
.AnyTagClassName
{
color: #C63354;
}
</style>
background-color css
<style>
a { background-color: #C63354; }
a { background-color: rgb(198,51,84); }
div.DivClassName
{
background-color: #C63354;
}
.BgClassName
{
background-color: #C63354;
}
</style>
border-color css
<style>
span { border-color: #C63354; }
span { border-color: rgb(198,51,84); }
td.TdClassName
{
border-color: #C63354;
}
.TagClassName
{
border-color: #C63354;
}
</style>