Shades of Old Rose #C83457
Tints of Old Rose #C83457
RGB
CMYK
RGB Variations
Color information
#C83457 (or 0xC83457) is known color: Old Rose. HEX triplet: C8, 34 and 57. RGB value is (200,52,87). Sum of RGB (Red+Green+Blue) = 200+52+87=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C83457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83457 is #37CBA8. Grayscale: #646464. Windows color (decimal): -3656617 or 5715144. OLE color: 5715144.
HSL color Cylindrical-coordinate representation of color #C83457: hue angle of 345.81º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83457 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 87 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.22 |
| HSL | 345.81º | 0.59% | 0.49% | - |
| HSV(B) | 345.81º | 0.74% | 0.78% | - |
| XYZ | 26.77 | 15.42 | 10.58 | - |
| YUV | 100.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 87 | 0 | 0.74 | 0.56 | 0.22 | 345.81 | 0.59 | 0.49 |
| Hex | C8 | 34 | 57 | 0 | 4A | 38 | 16 | 15A | 3B | 31 |
| Octal | 310 | 64 | 127 | 0 | 112 | 70 | 26 | 532 | 73 | 61 |
| Binary | 11001000 | 110100 | 1010111 | 0 | 1001010 | 111000 | 10110 | 101011010 | 111011 | 110001 |
Color Harmonies of #C83457
Complementary color
Monochromatic Colors of #C83457
Black with #C83457
Text Example
Text Example
White with #C83457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83457; }
p { color: rgb(200,52,87); }
H1.HeaderClassName
{
color: #C83457;
}
.AnyTagClassName
{
color: #C83457;
}
</style>
background-color css
<style>
a { background-color: #C83457; }
a { background-color: rgb(200,52,87); }
div.DivClassName
{
background-color: #C83457;
}
.BgClassName
{
background-color: #C83457;
}
</style>
border-color css
<style>
span { border-color: #C83457; }
span { border-color: rgb(200,52,87); }
td.TdClassName
{
border-color: #C83457;
}
.TagClassName
{
border-color: #C83457;
}
</style>