Shades of Old Rose #CB224B
Tints of Old Rose #CB224B
RGB
CMYK
RGB Variations
Color information
#CB224B (or 0xCB224B) is known color: Old Rose. HEX triplet: CB, 22 and 4B. RGB value is (203,34,75). Sum of RGB (Red+Green+Blue) = 203+34+75=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB224B is #34DDB4. Grayscale: #595959. Windows color (decimal): -3464629 or 4924107. OLE color: 4924107.
HSL color Cylindrical-coordinate representation of color #CB224B: hue angle of 345.44º 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 #CB224B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 75 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.20 |
| HSL | 345.44º | 0.71% | 0.46% | - |
| HSV(B) | 345.44º | 0.83% | 0.8% | - |
| XYZ | 26.47 | 14.35 | 8.03 | - |
| YUV | 89.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 75 | 0 | 0.83 | 0.63 | 0.20 | 345.44 | 0.71 | 0.46 |
| Hex | CB | 22 | 4B | 0 | 53 | 3F | 14 | 159 | 47 | 2E |
| Octal | 313 | 42 | 113 | 0 | 123 | 77 | 24 | 531 | 107 | 56 |
| Binary | 11001011 | 100010 | 1001011 | 0 | 1010011 | 111111 | 10100 | 101011001 | 1000111 | 101110 |
Color Harmonies of #CB224B
Complementary color
Monochromatic Colors of #CB224B
Black with #CB224B
Text Example
Text Example
White with #CB224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB224B; }
p { color: rgb(203,34,75); }
H1.HeaderClassName
{
color: #CB224B;
}
.AnyTagClassName
{
color: #CB224B;
}
</style>
background-color css
<style>
a { background-color: #CB224B; }
a { background-color: rgb(203,34,75); }
div.DivClassName
{
background-color: #CB224B;
}
.BgClassName
{
background-color: #CB224B;
}
</style>
border-color css
<style>
span { border-color: #CB224B; }
span { border-color: rgb(203,34,75); }
td.TdClassName
{
border-color: #CB224B;
}
.TagClassName
{
border-color: #CB224B;
}
</style>