Shades of Old Rose #C8245D
Tints of Old Rose #C8245D
RGB
CMYK
RGB Variations
Color information
#C8245D (or 0xC8245D) is known color: Old Rose. HEX triplet: C8, 24 and 5D. RGB value is (200,36,93). Sum of RGB (Red+Green+Blue) = 200+36+93=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8245D is #37DBA2. Grayscale: #5B5B5B. Windows color (decimal): -3660707 or 6104264. OLE color: 6104264.
HSL color Cylindrical-coordinate representation of color #C8245D: hue angle of 339.15º degrees, saturation: 0.69, 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 #C8245D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 93 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.22 |
| HSL | 339.15º | 0.69% | 0.46% | - |
| HSV(B) | 339.15º | 0.82% | 0.78% | - |
| XYZ | 26.43 | 14.33 | 11.73 | - |
| YUV | 91.53 | 128.83 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 93 | 0 | 0.82 | 0.54 | 0.22 | 339.15 | 0.69 | 0.46 |
| Hex | C8 | 24 | 5D | 0 | 52 | 36 | 16 | 153 | 45 | 2E |
| Octal | 310 | 44 | 135 | 0 | 122 | 66 | 26 | 523 | 105 | 56 |
| Binary | 11001000 | 100100 | 1011101 | 0 | 1010010 | 110110 | 10110 | 101010011 | 1000101 | 101110 |
Color Harmonies of #C8245D
Complementary color
Monochromatic Colors of #C8245D
Black with #C8245D
Text Example
Text Example
White with #C8245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8245D; }
p { color: rgb(200,36,93); }
H1.HeaderClassName
{
color: #C8245D;
}
.AnyTagClassName
{
color: #C8245D;
}
</style>
background-color css
<style>
a { background-color: #C8245D; }
a { background-color: rgb(200,36,93); }
div.DivClassName
{
background-color: #C8245D;
}
.BgClassName
{
background-color: #C8245D;
}
</style>
border-color css
<style>
span { border-color: #C8245D; }
span { border-color: rgb(200,36,93); }
td.TdClassName
{
border-color: #C8245D;
}
.TagClassName
{
border-color: #C8245D;
}
</style>