Shades of Old Rose #C93B5C
Tints of Old Rose #C93B5C
RGB
CMYK
RGB Variations
Color information
#C93B5C (or 0xC93B5C) is known color: Old Rose. HEX triplet: C9, 3B and 5C. RGB value is (201,59,92). Sum of RGB (Red+Green+Blue) = 201+59+92=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93B5C is #36C4A3. Grayscale: #696969. Windows color (decimal): -3589284 or 6044617. OLE color: 6044617.
HSL color Cylindrical-coordinate representation of color #C93B5C: hue angle of 346.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B5C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 92 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.21 |
| HSL | 346.06º | 0.57% | 0.51% | - |
| HSV(B) | 346.06º | 0.71% | 0.79% | - |
| XYZ | 27.58 | 16.32 | 11.82 | - |
| YUV | 105.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 92 | 0 | 0.71 | 0.54 | 0.21 | 346.06 | 0.57 | 0.51 |
| Hex | C9 | 3B | 5C | 0 | 47 | 36 | 15 | 15A | 39 | 33 |
| Octal | 311 | 73 | 134 | 0 | 107 | 66 | 25 | 532 | 71 | 63 |
| Binary | 11001001 | 111011 | 1011100 | 0 | 1000111 | 110110 | 10101 | 101011010 | 111001 | 110011 |
Color Harmonies of #C93B5C
Complementary color
Monochromatic Colors of #C93B5C
Black with #C93B5C
Text Example
Text Example
White with #C93B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B5C; }
p { color: rgb(201,59,92); }
H1.HeaderClassName
{
color: #C93B5C;
}
.AnyTagClassName
{
color: #C93B5C;
}
</style>
background-color css
<style>
a { background-color: #C93B5C; }
a { background-color: rgb(201,59,92); }
div.DivClassName
{
background-color: #C93B5C;
}
.BgClassName
{
background-color: #C93B5C;
}
</style>
border-color css
<style>
span { border-color: #C93B5C; }
span { border-color: rgb(201,59,92); }
td.TdClassName
{
border-color: #C93B5C;
}
.TagClassName
{
border-color: #C93B5C;
}
</style>