Shades of Old Rose #CB394E
Tints of Old Rose #CB394E
RGB
CMYK
RGB Variations
Color information
#CB394E (or 0xCB394E) is known color: Old Rose. HEX triplet: CB, 39 and 4E. RGB value is (203,57,78). Sum of RGB (Red+Green+Blue) = 203+57+78=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB394E is #34C6B1. Grayscale: #676767. Windows color (decimal): -3458738 or 5126603. OLE color: 5126603.
HSL color Cylindrical-coordinate representation of color #CB394E: hue angle of 351.37º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB394E is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 78 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.20 |
| HSL | 351.37º | 0.58% | 0.51% | - |
| HSV(B) | 351.37º | 0.72% | 0.8% | - |
| XYZ | 27.47 | 16.17 | 8.88 | - |
| YUV | 103.05 | 113.87 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 78 | 0 | 0.72 | 0.62 | 0.20 | 351.37 | 0.58 | 0.51 |
| Hex | CB | 39 | 4E | 0 | 48 | 3E | 14 | 15F | 3A | 33 |
| Octal | 313 | 71 | 116 | 0 | 110 | 76 | 24 | 537 | 72 | 63 |
| Binary | 11001011 | 111001 | 1001110 | 0 | 1001000 | 111110 | 10100 | 101011111 | 111010 | 110011 |
Color Harmonies of #CB394E
Complementary color
Monochromatic Colors of #CB394E
Black with #CB394E
Text Example
Text Example
White with #CB394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB394E; }
p { color: rgb(203,57,78); }
H1.HeaderClassName
{
color: #CB394E;
}
.AnyTagClassName
{
color: #CB394E;
}
</style>
background-color css
<style>
a { background-color: #CB394E; }
a { background-color: rgb(203,57,78); }
div.DivClassName
{
background-color: #CB394E;
}
.BgClassName
{
background-color: #CB394E;
}
</style>
border-color css
<style>
span { border-color: #CB394E; }
span { border-color: rgb(203,57,78); }
td.TdClassName
{
border-color: #CB394E;
}
.TagClassName
{
border-color: #CB394E;
}
</style>