Shades of Old Rose #CB2953
Tints of Old Rose #CB2953
RGB
CMYK
RGB Variations
Color information
#CB2953 (or 0xCB2953) is known color: Old Rose. HEX triplet: CB, 29 and 53. RGB value is (203,41,83). Sum of RGB (Red+Green+Blue) = 203+41+83=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2953 is #34D6AC. Grayscale: #5E5E5E. Windows color (decimal): -3462829 or 5450187. OLE color: 5450187.
HSL color Cylindrical-coordinate representation of color #CB2953: hue angle of 344.44º 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 #CB2953 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 41 | 83 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.20 |
| HSL | 344.44º | 0.66% | 0.48% | - |
| HSV(B) | 344.44º | 0.8% | 0.8% | - |
| XYZ | 26.98 | 14.91 | 9.64 | - |
| YUV | 94.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 41 | 83 | 0 | 0.80 | 0.59 | 0.20 | 344.44 | 0.66 | 0.48 |
| Hex | CB | 29 | 53 | 0 | 50 | 3B | 14 | 158 | 42 | 30 |
| Octal | 313 | 51 | 123 | 0 | 120 | 73 | 24 | 530 | 102 | 60 |
| Binary | 11001011 | 101001 | 1010011 | 0 | 1010000 | 111011 | 10100 | 101011000 | 1000010 | 110000 |
Color Harmonies of #CB2953
Complementary color
Monochromatic Colors of #CB2953
Black with #CB2953
Text Example
Text Example
White with #CB2953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2953; }
p { color: rgb(203,41,83); }
H1.HeaderClassName
{
color: #CB2953;
}
.AnyTagClassName
{
color: #CB2953;
}
</style>
background-color css
<style>
a { background-color: #CB2953; }
a { background-color: rgb(203,41,83); }
div.DivClassName
{
background-color: #CB2953;
}
.BgClassName
{
background-color: #CB2953;
}
</style>
border-color css
<style>
span { border-color: #CB2953; }
span { border-color: rgb(203,41,83); }
td.TdClassName
{
border-color: #CB2953;
}
.TagClassName
{
border-color: #CB2953;
}
</style>