Shades of Old Rose #C82349
Tints of Old Rose #C82349
RGB
CMYK
RGB Variations
Color information
#C82349 (or 0xC82349) is known color: Old Rose. HEX triplet: C8, 23 and 49. RGB value is (200,35,73). Sum of RGB (Red+Green+Blue) = 200+35+73=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C82349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82349 is #37DCB6. Grayscale: #585858. Windows color (decimal): -3660983 or 4793288. OLE color: 4793288.
HSL color Cylindrical-coordinate representation of color #C82349: hue angle of 346.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82349 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 73 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.22 |
| HSL | 346.18º | 0.7% | 0.46% | - |
| HSV(B) | 346.18º | 0.83% | 0.78% | - |
| XYZ | 25.62 | 13.96 | 7.65 | - |
| YUV | 88.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 73 | 0 | 0.82 | 0.64 | 0.22 | 346.18 | 0.7 | 0.46 |
| Hex | C8 | 23 | 49 | 0 | 52 | 40 | 16 | 15A | 46 | 2E |
| Octal | 310 | 43 | 111 | 0 | 122 | 100 | 26 | 532 | 106 | 56 |
| Binary | 11001000 | 100011 | 1001001 | 0 | 1010010 | 1000000 | 10110 | 101011010 | 1000110 | 101110 |
Color Harmonies of #C82349
Complementary color
Monochromatic Colors of #C82349
Black with #C82349
Text Example
Text Example
White with #C82349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82349; }
p { color: rgb(200,35,73); }
H1.HeaderClassName
{
color: #C82349;
}
.AnyTagClassName
{
color: #C82349;
}
</style>
background-color css
<style>
a { background-color: #C82349; }
a { background-color: rgb(200,35,73); }
div.DivClassName
{
background-color: #C82349;
}
.BgClassName
{
background-color: #C82349;
}
</style>
border-color css
<style>
span { border-color: #C82349; }
span { border-color: rgb(200,35,73); }
td.TdClassName
{
border-color: #C82349;
}
.TagClassName
{
border-color: #C82349;
}
</style>