Shades of Old Rose #C83F4E
Tints of Old Rose #C83F4E
RGB
CMYK
RGB Variations
Color information
#C83F4E (or 0xC83F4E) is known color: Old Rose. HEX triplet: C8, 3F and 4E. RGB value is (200,63,78). Sum of RGB (Red+Green+Blue) = 200+63+78=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F4E is #37C0B1. Grayscale: #696969. Windows color (decimal): -3653810 or 5128136. OLE color: 5128136.
HSL color Cylindrical-coordinate representation of color #C83F4E: hue angle of 353.43º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F4E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 78 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.22 |
| HSL | 353.43º | 0.55% | 0.52% | - |
| HSV(B) | 353.43º | 0.69% | 0.78% | - |
| XYZ | 26.97 | 16.38 | 8.95 | - |
| YUV | 105.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 78 | 0 | 0.68 | 0.61 | 0.22 | 353.43 | 0.55 | 0.52 |
| Hex | C8 | 3F | 4E | 0 | 44 | 3D | 16 | 161 | 37 | 34 |
| Octal | 310 | 77 | 116 | 0 | 104 | 75 | 26 | 541 | 67 | 64 |
| Binary | 11001000 | 111111 | 1001110 | 0 | 1000100 | 111101 | 10110 | 101100001 | 110111 | 110100 |
Color Harmonies of #C83F4E
Complementary color
Monochromatic Colors of #C83F4E
Black with #C83F4E
Text Example
Text Example
White with #C83F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F4E; }
p { color: rgb(200,63,78); }
H1.HeaderClassName
{
color: #C83F4E;
}
.AnyTagClassName
{
color: #C83F4E;
}
</style>
background-color css
<style>
a { background-color: #C83F4E; }
a { background-color: rgb(200,63,78); }
div.DivClassName
{
background-color: #C83F4E;
}
.BgClassName
{
background-color: #C83F4E;
}
</style>
border-color css
<style>
span { border-color: #C83F4E; }
span { border-color: rgb(200,63,78); }
td.TdClassName
{
border-color: #C83F4E;
}
.TagClassName
{
border-color: #C83F4E;
}
</style>