Shades of Old Rose #C8284B
Tints of Old Rose #C8284B
RGB
CMYK
RGB Variations
Color information
#C8284B (or 0xC8284B) is known color: Old Rose. HEX triplet: C8, 28 and 4B. RGB value is (200,40,75). Sum of RGB (Red+Green+Blue) = 200+40+75=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8284B is #37D7B4. Grayscale: #5B5B5B. Windows color (decimal): -3659701 or 4925640. OLE color: 4925640.
HSL color Cylindrical-coordinate representation of color #C8284B: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8284B is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 75 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.22 |
| HSL | 346.88º | 0.67% | 0.47% | - |
| HSV(B) | 346.88º | 0.8% | 0.78% | - |
| XYZ | 25.85 | 14.3 | 8.06 | - |
| YUV | 91.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 75 | 0 | 0.8 | 0.62 | 0.22 | 346.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 4B | 0 | 50 | 3E | 16 | 15B | 43 | 2F |
| Octal | 310 | 50 | 113 | 0 | 120 | 76 | 26 | 533 | 103 | 57 |
| Binary | 11001000 | 101000 | 1001011 | 0 | 1010000 | 111110 | 10110 | 101011011 | 1000011 | 101111 |
Color Harmonies of #C8284B
Complementary color
Monochromatic Colors of #C8284B
Black with #C8284B
Text Example
Text Example
White with #C8284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8284B; }
p { color: rgb(200,40,75); }
H1.HeaderClassName
{
color: #C8284B;
}
.AnyTagClassName
{
color: #C8284B;
}
</style>
background-color css
<style>
a { background-color: #C8284B; }
a { background-color: rgb(200,40,75); }
div.DivClassName
{
background-color: #C8284B;
}
.BgClassName
{
background-color: #C8284B;
}
</style>
border-color css
<style>
span { border-color: #C8284B; }
span { border-color: rgb(200,40,75); }
td.TdClassName
{
border-color: #C8284B;
}
.TagClassName
{
border-color: #C8284B;
}
</style>