Shades of Old Rose #CB245B
Tints of Old Rose #CB245B
RGB
CMYK
RGB Variations
Color information
#CB245B (or 0xCB245B) is known color: Old Rose. HEX triplet: CB, 24 and 5B. RGB value is (203,36,91). Sum of RGB (Red+Green+Blue) = 203+36+91=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB245B is #34DBA4. Grayscale: #5C5C5C. Windows color (decimal): -3464101 or 5973195. OLE color: 5973195.
HSL color Cylindrical-coordinate representation of color #CB245B: hue angle of 340.24º 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 #CB245B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 91 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.20 |
| HSL | 340.24º | 0.7% | 0.47% | - |
| HSV(B) | 340.24º | 0.82% | 0.8% | - |
| XYZ | 27.15 | 14.71 | 11.31 | - |
| YUV | 92.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 91 | 0 | 0.82 | 0.55 | 0.20 | 340.24 | 0.7 | 0.47 |
| Hex | CB | 24 | 5B | 0 | 52 | 37 | 14 | 154 | 46 | 2F |
| Octal | 313 | 44 | 133 | 0 | 122 | 67 | 24 | 524 | 106 | 57 |
| Binary | 11001011 | 100100 | 1011011 | 0 | 1010010 | 110111 | 10100 | 101010100 | 1000110 | 101111 |
Color Harmonies of #CB245B
Complementary color
Monochromatic Colors of #CB245B
Black with #CB245B
Text Example
Text Example
White with #CB245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB245B; }
p { color: rgb(203,36,91); }
H1.HeaderClassName
{
color: #CB245B;
}
.AnyTagClassName
{
color: #CB245B;
}
</style>
background-color css
<style>
a { background-color: #CB245B; }
a { background-color: rgb(203,36,91); }
div.DivClassName
{
background-color: #CB245B;
}
.BgClassName
{
background-color: #CB245B;
}
</style>
border-color css
<style>
span { border-color: #CB245B; }
span { border-color: rgb(203,36,91); }
td.TdClassName
{
border-color: #CB245B;
}
.TagClassName
{
border-color: #CB245B;
}
</style>