Shades of Old Rose #C83358
Tints of Old Rose #C83358
RGB
CMYK
RGB Variations
Color information
#C83358 (or 0xC83358) is known color: Old Rose. HEX triplet: C8, 33 and 58. RGB value is (200,51,88). Sum of RGB (Red+Green+Blue) = 200+51+88=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C83358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83358 is #37CCA7. Grayscale: #636363. Windows color (decimal): -3656872 or 5780424. OLE color: 5780424.
HSL color Cylindrical-coordinate representation of color #C83358: hue angle of 345.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83358 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 88 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.22 |
| HSL | 345.1º | 0.59% | 0.49% | - |
| HSV(B) | 345.1º | 0.75% | 0.78% | - |
| XYZ | 26.76 | 15.35 | 10.79 | - |
| YUV | 99.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 88 | 0 | 0.74 | 0.56 | 0.22 | 345.1 | 0.59 | 0.49 |
| Hex | C8 | 33 | 58 | 0 | 4A | 38 | 16 | 159 | 3B | 31 |
| Octal | 310 | 63 | 130 | 0 | 112 | 70 | 26 | 531 | 73 | 61 |
| Binary | 11001000 | 110011 | 1011000 | 0 | 1001010 | 111000 | 10110 | 101011001 | 111011 | 110001 |
Color Harmonies of #C83358
Complementary color
Monochromatic Colors of #C83358
Black with #C83358
Text Example
Text Example
White with #C83358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83358; }
p { color: rgb(200,51,88); }
H1.HeaderClassName
{
color: #C83358;
}
.AnyTagClassName
{
color: #C83358;
}
</style>
background-color css
<style>
a { background-color: #C83358; }
a { background-color: rgb(200,51,88); }
div.DivClassName
{
background-color: #C83358;
}
.BgClassName
{
background-color: #C83358;
}
</style>
border-color css
<style>
span { border-color: #C83358; }
span { border-color: rgb(200,51,88); }
td.TdClassName
{
border-color: #C83358;
}
.TagClassName
{
border-color: #C83358;
}
</style>