Shades of Old Rose #CB2957
Tints of Old Rose #CB2957
RGB
CMYK
RGB Variations
Color information
#CB2957 (or 0xCB2957) is known color: Old Rose. HEX triplet: CB, 29 and 57. RGB value is (203,41,87). Sum of RGB (Red+Green+Blue) = 203+41+87=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2957 is #34D6A8. Grayscale: #5E5E5E. Windows color (decimal): -3462825 or 5712331. OLE color: 5712331.
HSL color Cylindrical-coordinate representation of color #CB2957: hue angle of 342.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2957 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 87 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.20 |
| HSL | 342.96º | 0.66% | 0.48% | - |
| HSV(B) | 342.96º | 0.8% | 0.8% | - |
| XYZ | 27.14 | 14.97 | 10.48 | - |
| YUV | 94.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 87 | 0 | 0.80 | 0.57 | 0.20 | 342.96 | 0.66 | 0.48 |
| Hex | CB | 29 | 57 | 0 | 50 | 39 | 14 | 157 | 42 | 30 |
| Octal | 313 | 51 | 127 | 0 | 120 | 71 | 24 | 527 | 102 | 60 |
| Binary | 11001011 | 101001 | 1010111 | 0 | 1010000 | 111001 | 10100 | 101010111 | 1000010 | 110000 |
Color Harmonies of #CB2957
Complementary color
Monochromatic Colors of #CB2957
Black with #CB2957
Text Example
Text Example
White with #CB2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2957; }
p { color: rgb(203,41,87); }
H1.HeaderClassName
{
color: #CB2957;
}
.AnyTagClassName
{
color: #CB2957;
}
</style>
background-color css
<style>
a { background-color: #CB2957; }
a { background-color: rgb(203,41,87); }
div.DivClassName
{
background-color: #CB2957;
}
.BgClassName
{
background-color: #CB2957;
}
</style>
border-color css
<style>
span { border-color: #CB2957; }
span { border-color: rgb(203,41,87); }
td.TdClassName
{
border-color: #CB2957;
}
.TagClassName
{
border-color: #CB2957;
}
</style>