Shades of Old Rose #C83658
Tints of Old Rose #C83658
RGB
CMYK
RGB Variations
Color information
#C83658 (or 0xC83658) is known color: Old Rose. HEX triplet: C8, 36 and 58. RGB value is (200,54,88). Sum of RGB (Red+Green+Blue) = 200+54+88=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C83658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83658 is #37C9A7. Grayscale: #656565. Windows color (decimal): -3656104 or 5781192. OLE color: 5781192.
HSL color Cylindrical-coordinate representation of color #C83658: hue angle of 346.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83658 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 88 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.22 |
| HSL | 346.03º | 0.57% | 0.5% | - |
| HSV(B) | 346.03º | 0.73% | 0.78% | - |
| XYZ | 26.9 | 15.62 | 10.83 | - |
| YUV | 101.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 88 | 0 | 0.73 | 0.56 | 0.22 | 346.03 | 0.57 | 0.5 |
| Hex | C8 | 36 | 58 | 0 | 49 | 38 | 16 | 15A | 39 | 32 |
| Octal | 310 | 66 | 130 | 0 | 111 | 70 | 26 | 532 | 71 | 62 |
| Binary | 11001000 | 110110 | 1011000 | 0 | 1001001 | 111000 | 10110 | 101011010 | 111001 | 110010 |
Color Harmonies of #C83658
Complementary color
Monochromatic Colors of #C83658
Black with #C83658
Text Example
Text Example
White with #C83658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83658; }
p { color: rgb(200,54,88); }
H1.HeaderClassName
{
color: #C83658;
}
.AnyTagClassName
{
color: #C83658;
}
</style>
background-color css
<style>
a { background-color: #C83658; }
a { background-color: rgb(200,54,88); }
div.DivClassName
{
background-color: #C83658;
}
.BgClassName
{
background-color: #C83658;
}
</style>
border-color css
<style>
span { border-color: #C83658; }
span { border-color: rgb(200,54,88); }
td.TdClassName
{
border-color: #C83658;
}
.TagClassName
{
border-color: #C83658;
}
</style>