Shades of Old Rose #C83455
Tints of Old Rose #C83455
RGB
CMYK
RGB Variations
Color information
#C83455 (or 0xC83455) is known color: Old Rose. HEX triplet: C8, 34 and 55. RGB value is (200,52,85). Sum of RGB (Red+Green+Blue) = 200+52+85=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C83455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83455 is #37CBAA. Grayscale: #646464. Windows color (decimal): -3656619 or 5584072. OLE color: 5584072.
HSL color Cylindrical-coordinate representation of color #C83455: hue angle of 346.62º 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 #C83455 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 85 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.22 |
| HSL | 346.62º | 0.59% | 0.49% | - |
| HSV(B) | 346.62º | 0.74% | 0.78% | - |
| XYZ | 26.69 | 15.39 | 10.16 | - |
| YUV | 100.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 85 | 0 | 0.74 | 0.58 | 0.22 | 346.62 | 0.59 | 0.49 |
| Hex | C8 | 34 | 55 | 0 | 4A | 3A | 16 | 15B | 3B | 31 |
| Octal | 310 | 64 | 125 | 0 | 112 | 72 | 26 | 533 | 73 | 61 |
| Binary | 11001000 | 110100 | 1010101 | 0 | 1001010 | 111010 | 10110 | 101011011 | 111011 | 110001 |
Color Harmonies of #C83455
Complementary color
Monochromatic Colors of #C83455
Black with #C83455
Text Example
Text Example
White with #C83455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83455; }
p { color: rgb(200,52,85); }
H1.HeaderClassName
{
color: #C83455;
}
.AnyTagClassName
{
color: #C83455;
}
</style>
background-color css
<style>
a { background-color: #C83455; }
a { background-color: rgb(200,52,85); }
div.DivClassName
{
background-color: #C83455;
}
.BgClassName
{
background-color: #C83455;
}
</style>
border-color css
<style>
span { border-color: #C83455; }
span { border-color: rgb(200,52,85); }
td.TdClassName
{
border-color: #C83455;
}
.TagClassName
{
border-color: #C83455;
}
</style>