Shades of Old Rose #C83C4C
Tints of Old Rose #C83C4C
RGB
CMYK
RGB Variations
Color information
#C83C4C (or 0xC83C4C) is known color: Old Rose. HEX triplet: C8, 3C and 4C. RGB value is (200,60,76). Sum of RGB (Red+Green+Blue) = 200+60+76=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C4C is #37C3B3. Grayscale: #676767. Windows color (decimal): -3654580 or 4996296. OLE color: 4996296.
HSL color Cylindrical-coordinate representation of color #C83C4C: hue angle of 353.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C4C is Cyan = 0, Magento = 0.7, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 76 | - |
| CMYK | 0 | 0.7 | 0.62 | 0.22 |
| HSL | 353.14º | 0.56% | 0.51% | - |
| HSV(B) | 353.14º | 0.7% | 0.78% | - |
| XYZ | 26.74 | 16.03 | 8.52 | - |
| YUV | 103.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 76 | 0 | 0.7 | 0.62 | 0.22 | 353.14 | 0.56 | 0.51 |
| Hex | C8 | 3C | 4C | 0 | 46 | 3E | 16 | 161 | 38 | 33 |
| Octal | 310 | 74 | 114 | 0 | 106 | 76 | 26 | 541 | 70 | 63 |
| Binary | 11001000 | 111100 | 1001100 | 0 | 1000110 | 111110 | 10110 | 101100001 | 111000 | 110011 |
Color Harmonies of #C83C4C
Complementary color
Monochromatic Colors of #C83C4C
Black with #C83C4C
Text Example
Text Example
White with #C83C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C4C; }
p { color: rgb(200,60,76); }
H1.HeaderClassName
{
color: #C83C4C;
}
.AnyTagClassName
{
color: #C83C4C;
}
</style>
background-color css
<style>
a { background-color: #C83C4C; }
a { background-color: rgb(200,60,76); }
div.DivClassName
{
background-color: #C83C4C;
}
.BgClassName
{
background-color: #C83C4C;
}
</style>
border-color css
<style>
span { border-color: #C83C4C; }
span { border-color: rgb(200,60,76); }
td.TdClassName
{
border-color: #C83C4C;
}
.TagClassName
{
border-color: #C83C4C;
}
</style>