Shades of Old Rose #CB2456
Tints of Old Rose #CB2456
RGB
CMYK
RGB Variations
Color information
#CB2456 (or 0xCB2456) is known color: Old Rose. HEX triplet: CB, 24 and 56. RGB value is (203,36,86). Sum of RGB (Red+Green+Blue) = 203+36+86=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2456 is #34DBA9. Grayscale: #5B5B5B. Windows color (decimal): -3464106 or 5645515. OLE color: 5645515.
HSL color Cylindrical-coordinate representation of color #CB2456: hue angle of 342.04º 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 #CB2456 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 86 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.20 |
| HSL | 342.04º | 0.7% | 0.47% | - |
| HSV(B) | 342.04º | 0.82% | 0.8% | - |
| XYZ | 26.94 | 14.63 | 10.21 | - |
| YUV | 91.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 86 | 0 | 0.82 | 0.58 | 0.20 | 342.04 | 0.7 | 0.47 |
| Hex | CB | 24 | 56 | 0 | 52 | 3A | 14 | 156 | 46 | 2F |
| Octal | 313 | 44 | 126 | 0 | 122 | 72 | 24 | 526 | 106 | 57 |
| Binary | 11001011 | 100100 | 1010110 | 0 | 1010010 | 111010 | 10100 | 101010110 | 1000110 | 101111 |
Color Harmonies of #CB2456
Complementary color
Monochromatic Colors of #CB2456
Black with #CB2456
Text Example
Text Example
White with #CB2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2456; }
p { color: rgb(203,36,86); }
H1.HeaderClassName
{
color: #CB2456;
}
.AnyTagClassName
{
color: #CB2456;
}
</style>
background-color css
<style>
a { background-color: #CB2456; }
a { background-color: rgb(203,36,86); }
div.DivClassName
{
background-color: #CB2456;
}
.BgClassName
{
background-color: #CB2456;
}
</style>
border-color css
<style>
span { border-color: #CB2456; }
span { border-color: rgb(203,36,86); }
td.TdClassName
{
border-color: #CB2456;
}
.TagClassName
{
border-color: #CB2456;
}
</style>