Shades of Old Rose #C93754
Tints of Old Rose #C93754
RGB
CMYK
RGB Variations
Color information
#C93754 (or 0xC93754) is known color: Old Rose. HEX triplet: C9, 37 and 54. RGB value is (201,55,84). Sum of RGB (Red+Green+Blue) = 201+55+84=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C93754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93754 is #36C8AB. Grayscale: #656565. Windows color (decimal): -3590316 or 5519305. OLE color: 5519305.
HSL color Cylindrical-coordinate representation of color #C93754: hue angle of 348.08º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93754 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 84 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.21 |
| HSL | 348.08º | 0.57% | 0.5% | - |
| HSV(B) | 348.08º | 0.73% | 0.79% | - |
| XYZ | 27.05 | 15.79 | 10.01 | - |
| YUV | 101.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 84 | 0 | 0.73 | 0.58 | 0.21 | 348.08 | 0.57 | 0.5 |
| Hex | C9 | 37 | 54 | 0 | 49 | 3A | 15 | 15C | 39 | 32 |
| Octal | 311 | 67 | 124 | 0 | 111 | 72 | 25 | 534 | 71 | 62 |
| Binary | 11001001 | 110111 | 1010100 | 0 | 1001001 | 111010 | 10101 | 101011100 | 111001 | 110010 |
Color Harmonies of #C93754
Complementary color
Monochromatic Colors of #C93754
Black with #C93754
Text Example
Text Example
White with #C93754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93754; }
p { color: rgb(201,55,84); }
H1.HeaderClassName
{
color: #C93754;
}
.AnyTagClassName
{
color: #C93754;
}
</style>
background-color css
<style>
a { background-color: #C93754; }
a { background-color: rgb(201,55,84); }
div.DivClassName
{
background-color: #C93754;
}
.BgClassName
{
background-color: #C93754;
}
</style>
border-color css
<style>
span { border-color: #C93754; }
span { border-color: rgb(201,55,84); }
td.TdClassName
{
border-color: #C93754;
}
.TagClassName
{
border-color: #C93754;
}
</style>