Shades of Old Rose #C83450
Tints of Old Rose #C83450
RGB
CMYK
RGB Variations
Color information
#C83450 (or 0xC83450) is known color: Old Rose. HEX triplet: C8, 34 and 50. RGB value is (200,52,80). Sum of RGB (Red+Green+Blue) = 200+52+80=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C83450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83450 is #37CBAF. Grayscale: #636363. Windows color (decimal): -3656624 or 5256392. OLE color: 5256392.
HSL color Cylindrical-coordinate representation of color #C83450: hue angle of 348.65º 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 #C83450 is Cyan = 0, Magento = 0.74, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 80 | - |
| CMYK | 0 | 0.74 | 0.6 | 0.22 |
| HSL | 348.65º | 0.59% | 0.49% | - |
| HSV(B) | 348.65º | 0.74% | 0.78% | - |
| XYZ | 26.5 | 15.31 | 9.15 | - |
| YUV | 99.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 80 | 0 | 0.74 | 0.6 | 0.22 | 348.65 | 0.59 | 0.49 |
| Hex | C8 | 34 | 50 | 0 | 4A | 3C | 16 | 15D | 3B | 31 |
| Octal | 310 | 64 | 120 | 0 | 112 | 74 | 26 | 535 | 73 | 61 |
| Binary | 11001000 | 110100 | 1010000 | 0 | 1001010 | 111100 | 10110 | 101011101 | 111011 | 110001 |
Color Harmonies of #C83450
Complementary color
Monochromatic Colors of #C83450
Black with #C83450
Text Example
Text Example
White with #C83450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83450; }
p { color: rgb(200,52,80); }
H1.HeaderClassName
{
color: #C83450;
}
.AnyTagClassName
{
color: #C83450;
}
</style>
background-color css
<style>
a { background-color: #C83450; }
a { background-color: rgb(200,52,80); }
div.DivClassName
{
background-color: #C83450;
}
.BgClassName
{
background-color: #C83450;
}
</style>
border-color css
<style>
span { border-color: #C83450; }
span { border-color: rgb(200,52,80); }
td.TdClassName
{
border-color: #C83450;
}
.TagClassName
{
border-color: #C83450;
}
</style>