Shades of Old Rose #C8235A
Tints of Old Rose #C8235A
RGB
CMYK
RGB Variations
Color information
#C8235A (or 0xC8235A) is known color: Old Rose. HEX triplet: C8, 23 and 5A. RGB value is (200,35,90). Sum of RGB (Red+Green+Blue) = 200+35+90=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8235A is #37DCA5. Grayscale: #5A5A5A. Windows color (decimal): -3660966 or 5907400. OLE color: 5907400.
HSL color Cylindrical-coordinate representation of color #C8235A: hue angle of 340º 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 #C8235A is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 90 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.22 |
| HSL | 340º | 0.7% | 0.46% | - |
| HSV(B) | 340º | 0.83% | 0.78% | - |
| XYZ | 26.27 | 14.22 | 11.03 | - |
| YUV | 90.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 90 | 0 | 0.82 | 0.55 | 0.22 | 340 | 0.7 | 0.46 |
| Hex | C8 | 23 | 5A | 0 | 52 | 37 | 16 | 154 | 46 | 2E |
| Octal | 310 | 43 | 132 | 0 | 122 | 67 | 26 | 524 | 106 | 56 |
| Binary | 11001000 | 100011 | 1011010 | 0 | 1010010 | 110111 | 10110 | 101010100 | 1000110 | 101110 |
Color Harmonies of #C8235A
Complementary color
Monochromatic Colors of #C8235A
Black with #C8235A
Text Example
Text Example
White with #C8235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8235A; }
p { color: rgb(200,35,90); }
H1.HeaderClassName
{
color: #C8235A;
}
.AnyTagClassName
{
color: #C8235A;
}
</style>
background-color css
<style>
a { background-color: #C8235A; }
a { background-color: rgb(200,35,90); }
div.DivClassName
{
background-color: #C8235A;
}
.BgClassName
{
background-color: #C8235A;
}
</style>
border-color css
<style>
span { border-color: #C8235A; }
span { border-color: rgb(200,35,90); }
td.TdClassName
{
border-color: #C8235A;
}
.TagClassName
{
border-color: #C8235A;
}
</style>