Shades of Old Rose #CB204D
Tints of Old Rose #CB204D
RGB
CMYK
RGB Variations
Color information
#CB204D (or 0xCB204D) is known color: Old Rose. HEX triplet: CB, 20 and 4D. RGB value is (203,32,77). Sum of RGB (Red+Green+Blue) = 203+32+77=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB204D is #34DFB2. Grayscale: #585858. Windows color (decimal): -3465139 or 5054667. OLE color: 5054667.
HSL color Cylindrical-coordinate representation of color #CB204D: hue angle of 344.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB204D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 77 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.20 |
| HSL | 344.21º | 0.73% | 0.46% | - |
| HSV(B) | 344.21º | 0.84% | 0.8% | - |
| XYZ | 26.48 | 14.27 | 8.38 | - |
| YUV | 88.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 77 | 0 | 0.84 | 0.62 | 0.20 | 344.21 | 0.73 | 0.46 |
| Hex | CB | 20 | 4D | 0 | 54 | 3E | 14 | 158 | 49 | 2E |
| Octal | 313 | 40 | 115 | 0 | 124 | 76 | 24 | 530 | 111 | 56 |
| Binary | 11001011 | 100000 | 1001101 | 0 | 1010100 | 111110 | 10100 | 101011000 | 1001001 | 101110 |
Color Harmonies of #CB204D
Complementary color
Monochromatic Colors of #CB204D
Black with #CB204D
Text Example
Text Example
White with #CB204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB204D; }
p { color: rgb(203,32,77); }
H1.HeaderClassName
{
color: #CB204D;
}
.AnyTagClassName
{
color: #CB204D;
}
</style>
background-color css
<style>
a { background-color: #CB204D; }
a { background-color: rgb(203,32,77); }
div.DivClassName
{
background-color: #CB204D;
}
.BgClassName
{
background-color: #CB204D;
}
</style>
border-color css
<style>
span { border-color: #CB204D; }
span { border-color: rgb(203,32,77); }
td.TdClassName
{
border-color: #CB204D;
}
.TagClassName
{
border-color: #CB204D;
}
</style>