Shades of Old Rose #CB1C4F
Tints of Old Rose #CB1C4F
RGB
CMYK
RGB Variations
Color information
#CB1C4F (or 0xCB1C4F) is known color: Old Rose. HEX triplet: CB, 1C and 4F. RGB value is (203,28,79). Sum of RGB (Red+Green+Blue) = 203+28+79=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C4F is #34E3B0. Grayscale: #565656. Windows color (decimal): -3466161 or 5184715. OLE color: 5184715.
HSL color Cylindrical-coordinate representation of color #CB1C4F: hue angle of 342.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C4F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 79 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.20 |
| HSL | 342.51º | 0.76% | 0.45% | - |
| HSV(B) | 342.51º | 0.86% | 0.8% | - |
| XYZ | 26.46 | 14.09 | 8.72 | - |
| YUV | 86.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 79 | 0 | 0.86 | 0.61 | 0.20 | 342.51 | 0.76 | 0.45 |
| Hex | CB | 1C | 4F | 0 | 56 | 3D | 14 | 157 | 4C | 2D |
| Octal | 313 | 34 | 117 | 0 | 126 | 75 | 24 | 527 | 114 | 55 |
| Binary | 11001011 | 11100 | 1001111 | 0 | 1010110 | 111101 | 10100 | 101010111 | 1001100 | 101101 |
Color Harmonies of #CB1C4F
Complementary color
Monochromatic Colors of #CB1C4F
Black with #CB1C4F
Text Example
Text Example
White with #CB1C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C4F; }
p { color: rgb(203,28,79); }
H1.HeaderClassName
{
color: #CB1C4F;
}
.AnyTagClassName
{
color: #CB1C4F;
}
</style>
background-color css
<style>
a { background-color: #CB1C4F; }
a { background-color: rgb(203,28,79); }
div.DivClassName
{
background-color: #CB1C4F;
}
.BgClassName
{
background-color: #CB1C4F;
}
</style>
border-color css
<style>
span { border-color: #CB1C4F; }
span { border-color: rgb(203,28,79); }
td.TdClassName
{
border-color: #CB1C4F;
}
.TagClassName
{
border-color: #CB1C4F;
}
</style>