Shades of Old Rose #CB224D
Tints of Old Rose #CB224D
RGB
CMYK
RGB Variations
Color information
#CB224D (or 0xCB224D) is known color: Old Rose. HEX triplet: CB, 22 and 4D. RGB value is (203,34,77). Sum of RGB (Red+Green+Blue) = 203+34+77=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB224D is #34DDB2. Grayscale: #595959. Windows color (decimal): -3464627 or 5055179. OLE color: 5055179.
HSL color Cylindrical-coordinate representation of color #CB224D: hue angle of 344.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB224D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 77 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.20 |
| HSL | 344.73º | 0.71% | 0.46% | - |
| HSV(B) | 344.73º | 0.83% | 0.8% | - |
| XYZ | 26.54 | 14.38 | 8.4 | - |
| YUV | 89.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 77 | 0 | 0.83 | 0.62 | 0.20 | 344.73 | 0.71 | 0.46 |
| Hex | CB | 22 | 4D | 0 | 53 | 3E | 14 | 159 | 47 | 2E |
| Octal | 313 | 42 | 115 | 0 | 123 | 76 | 24 | 531 | 107 | 56 |
| Binary | 11001011 | 100010 | 1001101 | 0 | 1010011 | 111110 | 10100 | 101011001 | 1000111 | 101110 |
Color Harmonies of #CB224D
Complementary color
Monochromatic Colors of #CB224D
Black with #CB224D
Text Example
Text Example
White with #CB224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB224D; }
p { color: rgb(203,34,77); }
H1.HeaderClassName
{
color: #CB224D;
}
.AnyTagClassName
{
color: #CB224D;
}
</style>
background-color css
<style>
a { background-color: #CB224D; }
a { background-color: rgb(203,34,77); }
div.DivClassName
{
background-color: #CB224D;
}
.BgClassName
{
background-color: #CB224D;
}
</style>
border-color css
<style>
span { border-color: #CB224D; }
span { border-color: rgb(203,34,77); }
td.TdClassName
{
border-color: #CB224D;
}
.TagClassName
{
border-color: #CB224D;
}
</style>