Shades of Old Rose #C83C5C
Tints of Old Rose #C83C5C
RGB
CMYK
RGB Variations
Color information
#C83C5C (or 0xC83C5C) is known color: Old Rose. HEX triplet: C8, 3C and 5C. RGB value is (200,60,92). Sum of RGB (Red+Green+Blue) = 200+60+92=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C5C is #37C3A3. Grayscale: #696969. Windows color (decimal): -3654564 or 6044872. OLE color: 6044872.
HSL color Cylindrical-coordinate representation of color #C83C5C: hue angle of 346.29º 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 #C83C5C is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 92 | - |
| CMYK | 0 | 0.7 | 0.54 | 0.22 |
| HSL | 346.29º | 0.56% | 0.51% | - |
| HSV(B) | 346.29º | 0.7% | 0.78% | - |
| XYZ | 27.37 | 16.28 | 11.83 | - |
| YUV | 105.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 92 | 0 | 0.7 | 0.54 | 0.22 | 346.29 | 0.56 | 0.51 |
| Hex | C8 | 3C | 5C | 0 | 46 | 36 | 16 | 15A | 38 | 33 |
| Octal | 310 | 74 | 134 | 0 | 106 | 66 | 26 | 532 | 70 | 63 |
| Binary | 11001000 | 111100 | 1011100 | 0 | 1000110 | 110110 | 10110 | 101011010 | 111000 | 110011 |
Color Harmonies of #C83C5C
Complementary color
Monochromatic Colors of #C83C5C
Black with #C83C5C
Text Example
Text Example
White with #C83C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C5C; }
p { color: rgb(200,60,92); }
H1.HeaderClassName
{
color: #C83C5C;
}
.AnyTagClassName
{
color: #C83C5C;
}
</style>
background-color css
<style>
a { background-color: #C83C5C; }
a { background-color: rgb(200,60,92); }
div.DivClassName
{
background-color: #C83C5C;
}
.BgClassName
{
background-color: #C83C5C;
}
</style>
border-color css
<style>
span { border-color: #C83C5C; }
span { border-color: rgb(200,60,92); }
td.TdClassName
{
border-color: #C83C5C;
}
.TagClassName
{
border-color: #C83C5C;
}
</style>