Shades of Old Rose #C83454
Tints of Old Rose #C83454
RGB
CMYK
RGB Variations
Color information
#C83454 (or 0xC83454) is known color: Old Rose. HEX triplet: C8, 34 and 54. RGB value is (200,52,84). Sum of RGB (Red+Green+Blue) = 200+52+84=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C83454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83454 is #37CBAB. Grayscale: #636363. Windows color (decimal): -3656620 or 5518536. OLE color: 5518536.
HSL color Cylindrical-coordinate representation of color #C83454: hue angle of 347.03º 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 #C83454 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 84 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.22 |
| HSL | 347.03º | 0.59% | 0.49% | - |
| HSV(B) | 347.03º | 0.74% | 0.78% | - |
| XYZ | 26.65 | 15.38 | 9.95 | - |
| YUV | 99.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 84 | 0 | 0.74 | 0.58 | 0.22 | 347.03 | 0.59 | 0.49 |
| Hex | C8 | 34 | 54 | 0 | 4A | 3A | 16 | 15B | 3B | 31 |
| Octal | 310 | 64 | 124 | 0 | 112 | 72 | 26 | 533 | 73 | 61 |
| Binary | 11001000 | 110100 | 1010100 | 0 | 1001010 | 111010 | 10110 | 101011011 | 111011 | 110001 |
Color Harmonies of #C83454
Complementary color
Monochromatic Colors of #C83454
Black with #C83454
Text Example
Text Example
White with #C83454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83454; }
p { color: rgb(200,52,84); }
H1.HeaderClassName
{
color: #C83454;
}
.AnyTagClassName
{
color: #C83454;
}
</style>
background-color css
<style>
a { background-color: #C83454; }
a { background-color: rgb(200,52,84); }
div.DivClassName
{
background-color: #C83454;
}
.BgClassName
{
background-color: #C83454;
}
</style>
border-color css
<style>
span { border-color: #C83454; }
span { border-color: rgb(200,52,84); }
td.TdClassName
{
border-color: #C83454;
}
.TagClassName
{
border-color: #C83454;
}
</style>