Shades of Old Rose #CB244A
Tints of Old Rose #CB244A
RGB
CMYK
RGB Variations
Color information
#CB244A (or 0xCB244A) is known color: Old Rose. HEX triplet: CB, 24 and 4A. RGB value is (203,36,74). Sum of RGB (Red+Green+Blue) = 203+36+74=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB244A is #34DBB5. Grayscale: #5A5A5A. Windows color (decimal): -3464118 or 4859083. OLE color: 4859083.
HSL color Cylindrical-coordinate representation of color #CB244A: hue angle of 346.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB244A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 74 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.20 |
| HSL | 346.35º | 0.7% | 0.47% | - |
| HSV(B) | 346.35º | 0.82% | 0.8% | - |
| XYZ | 26.5 | 14.45 | 7.87 | - |
| YUV | 90.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 74 | 0 | 0.82 | 0.64 | 0.20 | 346.35 | 0.7 | 0.47 |
| Hex | CB | 24 | 4A | 0 | 52 | 40 | 14 | 15A | 46 | 2F |
| Octal | 313 | 44 | 112 | 0 | 122 | 100 | 24 | 532 | 106 | 57 |
| Binary | 11001011 | 100100 | 1001010 | 0 | 1010010 | 1000000 | 10100 | 101011010 | 1000110 | 101111 |
Color Harmonies of #CB244A
Complementary color
Monochromatic Colors of #CB244A
Black with #CB244A
Text Example
Text Example
White with #CB244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB244A; }
p { color: rgb(203,36,74); }
H1.HeaderClassName
{
color: #CB244A;
}
.AnyTagClassName
{
color: #CB244A;
}
</style>
background-color css
<style>
a { background-color: #CB244A; }
a { background-color: rgb(203,36,74); }
div.DivClassName
{
background-color: #CB244A;
}
.BgClassName
{
background-color: #CB244A;
}
</style>
border-color css
<style>
span { border-color: #CB244A; }
span { border-color: rgb(203,36,74); }
td.TdClassName
{
border-color: #CB244A;
}
.TagClassName
{
border-color: #CB244A;
}
</style>