Shades of Old Rose #C83858
Tints of Old Rose #C83858
RGB
CMYK
RGB Variations
Color information
#C83858 (or 0xC83858) is known color: Old Rose. HEX triplet: C8, 38 and 58. RGB value is (200,56,88). Sum of RGB (Red+Green+Blue) = 200+56+88=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C83858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83858 is #37C7A7. Grayscale: #666666. Windows color (decimal): -3655592 or 5781704. OLE color: 5781704.
HSL color Cylindrical-coordinate representation of color #C83858: hue angle of 346.67º 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 #C83858 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 88 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.22 |
| HSL | 346.67º | 0.57% | 0.5% | - |
| HSV(B) | 346.67º | 0.72% | 0.78% | - |
| XYZ | 27 | 15.81 | 10.86 | - |
| YUV | 102.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 88 | 0 | 0.72 | 0.56 | 0.22 | 346.67 | 0.57 | 0.5 |
| Hex | C8 | 38 | 58 | 0 | 48 | 38 | 16 | 15B | 39 | 32 |
| Octal | 310 | 70 | 130 | 0 | 110 | 70 | 26 | 533 | 71 | 62 |
| Binary | 11001000 | 111000 | 1011000 | 0 | 1001000 | 111000 | 10110 | 101011011 | 111001 | 110010 |
Color Harmonies of #C83858
Complementary color
Monochromatic Colors of #C83858
Black with #C83858
Text Example
Text Example
White with #C83858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83858; }
p { color: rgb(200,56,88); }
H1.HeaderClassName
{
color: #C83858;
}
.AnyTagClassName
{
color: #C83858;
}
</style>
background-color css
<style>
a { background-color: #C83858; }
a { background-color: rgb(200,56,88); }
div.DivClassName
{
background-color: #C83858;
}
.BgClassName
{
background-color: #C83858;
}
</style>
border-color css
<style>
span { border-color: #C83858; }
span { border-color: rgb(200,56,88); }
td.TdClassName
{
border-color: #C83858;
}
.TagClassName
{
border-color: #C83858;
}
</style>