Shades of Old Rose #C8204F
Tints of Old Rose #C8204F
RGB
CMYK
RGB Variations
Color information
#C8204F (or 0xC8204F) is known color: Old Rose. HEX triplet: C8, 20 and 4F. RGB value is (200,32,79). Sum of RGB (Red+Green+Blue) = 200+32+79=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8204F is #37DFB0. Grayscale: #575757. Windows color (decimal): -3661745 or 5185736. OLE color: 5185736.
HSL color Cylindrical-coordinate representation of color #C8204F: hue angle of 343.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8204F is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 79 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.22 |
| HSL | 343.21º | 0.72% | 0.45% | - |
| HSV(B) | 343.21º | 0.84% | 0.78% | - |
| XYZ | 25.75 | 13.88 | 8.72 | - |
| YUV | 87.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 79 | 0 | 0.84 | 0.60 | 0.22 | 343.21 | 0.72 | 0.45 |
| Hex | C8 | 20 | 4F | 0 | 54 | 3C | 16 | 157 | 48 | 2D |
| Octal | 310 | 40 | 117 | 0 | 124 | 74 | 26 | 527 | 110 | 55 |
| Binary | 11001000 | 100000 | 1001111 | 0 | 1010100 | 111100 | 10110 | 101010111 | 1001000 | 101101 |
Color Harmonies of #C8204F
Complementary color
Monochromatic Colors of #C8204F
Black with #C8204F
Text Example
Text Example
White with #C8204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8204F; }
p { color: rgb(200,32,79); }
H1.HeaderClassName
{
color: #C8204F;
}
.AnyTagClassName
{
color: #C8204F;
}
</style>
background-color css
<style>
a { background-color: #C8204F; }
a { background-color: rgb(200,32,79); }
div.DivClassName
{
background-color: #C8204F;
}
.BgClassName
{
background-color: #C8204F;
}
</style>
border-color css
<style>
span { border-color: #C8204F; }
span { border-color: rgb(200,32,79); }
td.TdClassName
{
border-color: #C8204F;
}
.TagClassName
{
border-color: #C8204F;
}
</style>