Shades of Old Rose #CB1D53
Tints of Old Rose #CB1D53
RGB
CMYK
RGB Variations
Color information
#CB1D53 (or 0xCB1D53) is known color: Old Rose. HEX triplet: CB, 1D and 53. RGB value is (203,29,83). Sum of RGB (Red+Green+Blue) = 203+29+83=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D53 is #34E2AC. Grayscale: #575757. Windows color (decimal): -3465901 or 5447115. OLE color: 5447115.
HSL color Cylindrical-coordinate representation of color #CB1D53: hue angle of 341.38º 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 #CB1D53 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 83 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.20 |
| HSL | 341.38º | 0.75% | 0.45% | - |
| HSV(B) | 341.38º | 0.86% | 0.8% | - |
| XYZ | 26.63 | 14.2 | 9.52 | - |
| YUV | 87.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 83 | 0 | 0.86 | 0.59 | 0.20 | 341.38 | 0.75 | 0.45 |
| Hex | CB | 1D | 53 | 0 | 56 | 3B | 14 | 155 | 4B | 2D |
| Octal | 313 | 35 | 123 | 0 | 126 | 73 | 24 | 525 | 113 | 55 |
| Binary | 11001011 | 11101 | 1010011 | 0 | 1010110 | 111011 | 10100 | 101010101 | 1001011 | 101101 |
Color Harmonies of #CB1D53
Complementary color
Monochromatic Colors of #CB1D53
Black with #CB1D53
Text Example
Text Example
White with #CB1D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D53; }
p { color: rgb(203,29,83); }
H1.HeaderClassName
{
color: #CB1D53;
}
.AnyTagClassName
{
color: #CB1D53;
}
</style>
background-color css
<style>
a { background-color: #CB1D53; }
a { background-color: rgb(203,29,83); }
div.DivClassName
{
background-color: #CB1D53;
}
.BgClassName
{
background-color: #CB1D53;
}
</style>
border-color css
<style>
span { border-color: #CB1D53; }
span { border-color: rgb(203,29,83); }
td.TdClassName
{
border-color: #CB1D53;
}
.TagClassName
{
border-color: #CB1D53;
}
</style>