Shades of Old Rose #C8234D
Tints of Old Rose #C8234D
RGB
CMYK
RGB Variations
Color information
#C8234D (or 0xC8234D) is known color: Old Rose. HEX triplet: C8, 23 and 4D. RGB value is (200,35,77). Sum of RGB (Red+Green+Blue) = 200+35+77=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8234D is #37DCB2. Grayscale: #595959. Windows color (decimal): -3660979 or 5055432. OLE color: 5055432.
HSL color Cylindrical-coordinate representation of color #C8234D: hue angle of 344.73º 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 #C8234D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 77 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.22 |
| HSL | 344.73º | 0.7% | 0.46% | - |
| HSV(B) | 344.73º | 0.83% | 0.78% | - |
| XYZ | 25.76 | 14.02 | 8.37 | - |
| YUV | 89.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 77 | 0 | 0.82 | 0.62 | 0.22 | 344.73 | 0.7 | 0.46 |
| Hex | C8 | 23 | 4D | 0 | 52 | 3E | 16 | 159 | 46 | 2E |
| Octal | 310 | 43 | 115 | 0 | 122 | 76 | 26 | 531 | 106 | 56 |
| Binary | 11001000 | 100011 | 1001101 | 0 | 1010010 | 111110 | 10110 | 101011001 | 1000110 | 101110 |
Color Harmonies of #C8234D
Complementary color
Monochromatic Colors of #C8234D
Black with #C8234D
Text Example
Text Example
White with #C8234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8234D; }
p { color: rgb(200,35,77); }
H1.HeaderClassName
{
color: #C8234D;
}
.AnyTagClassName
{
color: #C8234D;
}
</style>
background-color css
<style>
a { background-color: #C8234D; }
a { background-color: rgb(200,35,77); }
div.DivClassName
{
background-color: #C8234D;
}
.BgClassName
{
background-color: #C8234D;
}
</style>
border-color css
<style>
span { border-color: #C8234D; }
span { border-color: rgb(200,35,77); }
td.TdClassName
{
border-color: #C8234D;
}
.TagClassName
{
border-color: #C8234D;
}
</style>