Shades of Old Rose #C63454
Tints of Old Rose #C63454
RGB
CMYK
RGB Variations
Color information
#C63454 (or 0xC63454) is known color: Old Rose. HEX triplet: C6, 34 and 54. RGB value is (198,52,84). Sum of RGB (Red+Green+Blue) = 198+52+84=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C63454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63454 is #39CBAB. Grayscale: #636363. Windows color (decimal): -3787692 or 5518534. OLE color: 5518534.
HSL color Cylindrical-coordinate representation of color #C63454: hue angle of 346.85º degrees, saturation: 0.58, 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 #C63454 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 84 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.22 |
| HSL | 346.85º | 0.58% | 0.49% | - |
| HSV(B) | 346.85º | 0.74% | 0.78% | - |
| XYZ | 26.12 | 15.1 | 9.93 | - |
| YUV | 99.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 84 | 0 | 0.74 | 0.58 | 0.22 | 346.85 | 0.58 | 0.49 |
| Hex | C6 | 34 | 54 | 0 | 4A | 3A | 16 | 15B | 3A | 31 |
| Octal | 306 | 64 | 124 | 0 | 112 | 72 | 26 | 533 | 72 | 61 |
| Binary | 11000110 | 110100 | 1010100 | 0 | 1001010 | 111010 | 10110 | 101011011 | 111010 | 110001 |
Color Harmonies of #C63454
Complementary color
Monochromatic Colors of #C63454
Black with #C63454
Text Example
Text Example
White with #C63454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63454; }
p { color: rgb(198,52,84); }
H1.HeaderClassName
{
color: #C63454;
}
.AnyTagClassName
{
color: #C63454;
}
</style>
background-color css
<style>
a { background-color: #C63454; }
a { background-color: rgb(198,52,84); }
div.DivClassName
{
background-color: #C63454;
}
.BgClassName
{
background-color: #C63454;
}
</style>
border-color css
<style>
span { border-color: #C63454; }
span { border-color: rgb(198,52,84); }
td.TdClassName
{
border-color: #C63454;
}
.TagClassName
{
border-color: #C63454;
}
</style>