Shades of Old Rose #C8354D
Tints of Old Rose #C8354D
RGB
CMYK
RGB Variations
Color information
#C8354D (or 0xC8354D) is known color: Old Rose. HEX triplet: C8, 35 and 4D. RGB value is (200,53,77). Sum of RGB (Red+Green+Blue) = 200+53+77=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8354D is #37CAB2. Grayscale: #636363. Windows color (decimal): -3656371 or 5060040. OLE color: 5060040.
HSL color Cylindrical-coordinate representation of color #C8354D: hue angle of 350.2º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8354D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 77 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.22 |
| HSL | 350.2º | 0.58% | 0.5% | - |
| HSV(B) | 350.2º | 0.74% | 0.78% | - |
| XYZ | 26.43 | 15.36 | 8.59 | - |
| YUV | 99.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 77 | 0 | 0.74 | 0.62 | 0.22 | 350.2 | 0.58 | 0.5 |
| Hex | C8 | 35 | 4D | 0 | 4A | 3E | 16 | 15E | 3A | 32 |
| Octal | 310 | 65 | 115 | 0 | 112 | 76 | 26 | 536 | 72 | 62 |
| Binary | 11001000 | 110101 | 1001101 | 0 | 1001010 | 111110 | 10110 | 101011110 | 111010 | 110010 |
Color Harmonies of #C8354D
Complementary color
Monochromatic Colors of #C8354D
Black with #C8354D
Text Example
Text Example
White with #C8354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8354D; }
p { color: rgb(200,53,77); }
H1.HeaderClassName
{
color: #C8354D;
}
.AnyTagClassName
{
color: #C8354D;
}
</style>
background-color css
<style>
a { background-color: #C8354D; }
a { background-color: rgb(200,53,77); }
div.DivClassName
{
background-color: #C8354D;
}
.BgClassName
{
background-color: #C8354D;
}
</style>
border-color css
<style>
span { border-color: #C8354D; }
span { border-color: rgb(200,53,77); }
td.TdClassName
{
border-color: #C8354D;
}
.TagClassName
{
border-color: #C8354D;
}
</style>