Shades of Old Rose #C8254A
Tints of Old Rose #C8254A
RGB
CMYK
RGB Variations
Color information
#C8254A (or 0xC8254A) is known color: Old Rose. HEX triplet: C8, 25 and 4A. RGB value is (200,37,74). Sum of RGB (Red+Green+Blue) = 200+37+74=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8254A is #37DAB5. Grayscale: #595959. Windows color (decimal): -3660470 or 4859336. OLE color: 4859336.
HSL color Cylindrical-coordinate representation of color #C8254A: hue angle of 346.38º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8254A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 74 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.22 |
| HSL | 346.38º | 0.69% | 0.46% | - |
| HSV(B) | 346.38º | 0.82% | 0.78% | - |
| XYZ | 25.72 | 14.1 | 7.84 | - |
| YUV | 89.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 74 | 0 | 0.82 | 0.63 | 0.22 | 346.38 | 0.69 | 0.46 |
| Hex | C8 | 25 | 4A | 0 | 52 | 3F | 16 | 15A | 45 | 2E |
| Octal | 310 | 45 | 112 | 0 | 122 | 77 | 26 | 532 | 105 | 56 |
| Binary | 11001000 | 100101 | 1001010 | 0 | 1010010 | 111111 | 10110 | 101011010 | 1000101 | 101110 |
Color Harmonies of #C8254A
Complementary color
Monochromatic Colors of #C8254A
Black with #C8254A
Text Example
Text Example
White with #C8254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8254A; }
p { color: rgb(200,37,74); }
H1.HeaderClassName
{
color: #C8254A;
}
.AnyTagClassName
{
color: #C8254A;
}
</style>
background-color css
<style>
a { background-color: #C8254A; }
a { background-color: rgb(200,37,74); }
div.DivClassName
{
background-color: #C8254A;
}
.BgClassName
{
background-color: #C8254A;
}
</style>
border-color css
<style>
span { border-color: #C8254A; }
span { border-color: rgb(200,37,74); }
td.TdClassName
{
border-color: #C8254A;
}
.TagClassName
{
border-color: #C8254A;
}
</style>