Shades of Old Rose #C8354F
Tints of Old Rose #C8354F
RGB
CMYK
RGB Variations
Color information
#C8354F (or 0xC8354F) is known color: Old Rose. HEX triplet: C8, 35 and 4F. RGB value is (200,53,79). Sum of RGB (Red+Green+Blue) = 200+53+79=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8354F is #37CAB0. Grayscale: #636363. Windows color (decimal): -3656369 or 5191112. OLE color: 5191112.
HSL color Cylindrical-coordinate representation of color #C8354F: hue angle of 349.39º 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 #C8354F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 79 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.22 |
| HSL | 349.39º | 0.58% | 0.5% | - |
| HSV(B) | 349.39º | 0.74% | 0.78% | - |
| XYZ | 26.5 | 15.39 | 8.97 | - |
| YUV | 99.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 79 | 0 | 0.74 | 0.60 | 0.22 | 349.39 | 0.58 | 0.5 |
| Hex | C8 | 35 | 4F | 0 | 4A | 3C | 16 | 15D | 3A | 32 |
| Octal | 310 | 65 | 117 | 0 | 112 | 74 | 26 | 535 | 72 | 62 |
| Binary | 11001000 | 110101 | 1001111 | 0 | 1001010 | 111100 | 10110 | 101011101 | 111010 | 110010 |
Color Harmonies of #C8354F
Complementary color
Monochromatic Colors of #C8354F
Black with #C8354F
Text Example
Text Example
White with #C8354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8354F; }
p { color: rgb(200,53,79); }
H1.HeaderClassName
{
color: #C8354F;
}
.AnyTagClassName
{
color: #C8354F;
}
</style>
background-color css
<style>
a { background-color: #C8354F; }
a { background-color: rgb(200,53,79); }
div.DivClassName
{
background-color: #C8354F;
}
.BgClassName
{
background-color: #C8354F;
}
</style>
border-color css
<style>
span { border-color: #C8354F; }
span { border-color: rgb(200,53,79); }
td.TdClassName
{
border-color: #C8354F;
}
.TagClassName
{
border-color: #C8354F;
}
</style>