Shades of Old Rose #C83652
Tints of Old Rose #C83652
RGB
CMYK
RGB Variations
Color information
#C83652 (or 0xC83652) is known color: Old Rose. HEX triplet: C8, 36 and 52. RGB value is (200,54,82). Sum of RGB (Red+Green+Blue) = 200+54+82=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C83652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83652 is #37C9AD. Grayscale: #646464. Windows color (decimal): -3656110 or 5387976. OLE color: 5387976.
HSL color Cylindrical-coordinate representation of color #C83652: hue angle of 348.49º 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 #C83652 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 82 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.22 |
| HSL | 348.49º | 0.57% | 0.5% | - |
| HSV(B) | 348.49º | 0.73% | 0.78% | - |
| XYZ | 26.66 | 15.53 | 9.57 | - |
| YUV | 100.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 82 | 0 | 0.73 | 0.59 | 0.22 | 348.49 | 0.57 | 0.5 |
| Hex | C8 | 36 | 52 | 0 | 49 | 3B | 16 | 15C | 39 | 32 |
| Octal | 310 | 66 | 122 | 0 | 111 | 73 | 26 | 534 | 71 | 62 |
| Binary | 11001000 | 110110 | 1010010 | 0 | 1001001 | 111011 | 10110 | 101011100 | 111001 | 110010 |
Color Harmonies of #C83652
Complementary color
Monochromatic Colors of #C83652
Black with #C83652
Text Example
Text Example
White with #C83652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83652; }
p { color: rgb(200,54,82); }
H1.HeaderClassName
{
color: #C83652;
}
.AnyTagClassName
{
color: #C83652;
}
</style>
background-color css
<style>
a { background-color: #C83652; }
a { background-color: rgb(200,54,82); }
div.DivClassName
{
background-color: #C83652;
}
.BgClassName
{
background-color: #C83652;
}
</style>
border-color css
<style>
span { border-color: #C83652; }
span { border-color: rgb(200,54,82); }
td.TdClassName
{
border-color: #C83652;
}
.TagClassName
{
border-color: #C83652;
}
</style>