Shades of Old Rose #C8234B
Tints of Old Rose #C8234B
RGB
CMYK
RGB Variations
Color information
#C8234B (or 0xC8234B) is known color: Old Rose. HEX triplet: C8, 23 and 4B. RGB value is (200,35,75). Sum of RGB (Red+Green+Blue) = 200+35+75=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8234B is #37DCB4. Grayscale: #585858. Windows color (decimal): -3660981 or 4924360. OLE color: 4924360.
HSL color Cylindrical-coordinate representation of color #C8234B: hue angle of 345.45º 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 #C8234B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 75 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.22 |
| HSL | 345.45º | 0.7% | 0.46% | - |
| HSV(B) | 345.45º | 0.83% | 0.78% | - |
| XYZ | 25.69 | 13.99 | 8 | - |
| YUV | 88.9 | 120.16 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 75 | 0 | 0.82 | 0.62 | 0.22 | 345.45 | 0.7 | 0.46 |
| Hex | C8 | 23 | 4B | 0 | 52 | 3E | 16 | 159 | 46 | 2E |
| Octal | 310 | 43 | 113 | 0 | 122 | 76 | 26 | 531 | 106 | 56 |
| Binary | 11001000 | 100011 | 1001011 | 0 | 1010010 | 111110 | 10110 | 101011001 | 1000110 | 101110 |
Color Harmonies of #C8234B
Complementary color
Monochromatic Colors of #C8234B
Black with #C8234B
Text Example
Text Example
White with #C8234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8234B; }
p { color: rgb(200,35,75); }
H1.HeaderClassName
{
color: #C8234B;
}
.AnyTagClassName
{
color: #C8234B;
}
</style>
background-color css
<style>
a { background-color: #C8234B; }
a { background-color: rgb(200,35,75); }
div.DivClassName
{
background-color: #C8234B;
}
.BgClassName
{
background-color: #C8234B;
}
</style>
border-color css
<style>
span { border-color: #C8234B; }
span { border-color: rgb(200,35,75); }
td.TdClassName
{
border-color: #C8234B;
}
.TagClassName
{
border-color: #C8234B;
}
</style>