Shades of Old Rose #CB1D4F
Tints of Old Rose #CB1D4F
RGB
CMYK
RGB Variations
Color information
#CB1D4F (or 0xCB1D4F) is known color: Old Rose. HEX triplet: CB, 1D and 4F. RGB value is (203,29,79). Sum of RGB (Red+Green+Blue) = 203+29+79=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D4F is #34E2B0. Grayscale: #565656. Windows color (decimal): -3465905 or 5184971. OLE color: 5184971.
HSL color Cylindrical-coordinate representation of color #CB1D4F: hue angle of 342.76º degrees, saturation: 0.75, 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 #CB1D4F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 79 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.20 |
| HSL | 342.76º | 0.75% | 0.45% | - |
| HSV(B) | 342.76º | 0.86% | 0.8% | - |
| XYZ | 26.48 | 14.14 | 8.73 | - |
| YUV | 86.73 | 123.65 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 79 | 0 | 0.86 | 0.61 | 0.20 | 342.76 | 0.75 | 0.45 |
| Hex | CB | 1D | 4F | 0 | 56 | 3D | 14 | 157 | 4B | 2D |
| Octal | 313 | 35 | 117 | 0 | 126 | 75 | 24 | 527 | 113 | 55 |
| Binary | 11001011 | 11101 | 1001111 | 0 | 1010110 | 111101 | 10100 | 101010111 | 1001011 | 101101 |
Color Harmonies of #CB1D4F
Complementary color
Monochromatic Colors of #CB1D4F
Black with #CB1D4F
Text Example
Text Example
White with #CB1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D4F; }
p { color: rgb(203,29,79); }
H1.HeaderClassName
{
color: #CB1D4F;
}
.AnyTagClassName
{
color: #CB1D4F;
}
</style>
background-color css
<style>
a { background-color: #CB1D4F; }
a { background-color: rgb(203,29,79); }
div.DivClassName
{
background-color: #CB1D4F;
}
.BgClassName
{
background-color: #CB1D4F;
}
</style>
border-color css
<style>
span { border-color: #CB1D4F; }
span { border-color: rgb(203,29,79); }
td.TdClassName
{
border-color: #CB1D4F;
}
.TagClassName
{
border-color: #CB1D4F;
}
</style>