Shades of Old Rose #C8384F
Tints of Old Rose #C8384F
RGB
CMYK
RGB Variations
Color information
#C8384F (or 0xC8384F) is known color: Old Rose. HEX triplet: C8, 38 and 4F. RGB value is (200,56,79). Sum of RGB (Red+Green+Blue) = 200+56+79=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8384F is #37C7B0. Grayscale: #656565. Windows color (decimal): -3655601 or 5191880. OLE color: 5191880.
HSL color Cylindrical-coordinate representation of color #C8384F: hue angle of 350.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8384F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 79 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.22 |
| HSL | 350.42º | 0.57% | 0.5% | - |
| HSV(B) | 350.42º | 0.72% | 0.78% | - |
| XYZ | 26.64 | 15.67 | 9.02 | - |
| YUV | 101.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 79 | 0 | 0.72 | 0.60 | 0.22 | 350.42 | 0.57 | 0.5 |
| Hex | C8 | 38 | 4F | 0 | 48 | 3C | 16 | 15E | 39 | 32 |
| Octal | 310 | 70 | 117 | 0 | 110 | 74 | 26 | 536 | 71 | 62 |
| Binary | 11001000 | 111000 | 1001111 | 0 | 1001000 | 111100 | 10110 | 101011110 | 111001 | 110010 |
Color Harmonies of #C8384F
Complementary color
Monochromatic Colors of #C8384F
Black with #C8384F
Text Example
Text Example
White with #C8384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8384F; }
p { color: rgb(200,56,79); }
H1.HeaderClassName
{
color: #C8384F;
}
.AnyTagClassName
{
color: #C8384F;
}
</style>
background-color css
<style>
a { background-color: #C8384F; }
a { background-color: rgb(200,56,79); }
div.DivClassName
{
background-color: #C8384F;
}
.BgClassName
{
background-color: #C8384F;
}
</style>
border-color css
<style>
span { border-color: #C8384F; }
span { border-color: rgb(200,56,79); }
td.TdClassName
{
border-color: #C8384F;
}
.TagClassName
{
border-color: #C8384F;
}
</style>