Shades of Old Rose #CB284F
Tints of Old Rose #CB284F
RGB
CMYK
RGB Variations
Color information
#CB284F (or 0xCB284F) is known color: Old Rose. HEX triplet: CB, 28 and 4F. RGB value is (203,40,79). Sum of RGB (Red+Green+Blue) = 203+40+79=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB284F is #34D7B0. Grayscale: #5D5D5D. Windows color (decimal): -3463089 or 5187787. OLE color: 5187787.
HSL color Cylindrical-coordinate representation of color #CB284F: hue angle of 345.64º degrees, saturation: 0.67, 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 #CB284F is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 79 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.20 |
| HSL | 345.64º | 0.67% | 0.48% | - |
| HSV(B) | 345.64º | 0.8% | 0.8% | - |
| XYZ | 26.8 | 14.78 | 8.84 | - |
| YUV | 93.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 79 | 0 | 0.80 | 0.61 | 0.20 | 345.64 | 0.67 | 0.48 |
| Hex | CB | 28 | 4F | 0 | 50 | 3D | 14 | 15A | 43 | 30 |
| Octal | 313 | 50 | 117 | 0 | 120 | 75 | 24 | 532 | 103 | 60 |
| Binary | 11001011 | 101000 | 1001111 | 0 | 1010000 | 111101 | 10100 | 101011010 | 1000011 | 110000 |
Color Harmonies of #CB284F
Complementary color
Monochromatic Colors of #CB284F
Black with #CB284F
Text Example
Text Example
White with #CB284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB284F; }
p { color: rgb(203,40,79); }
H1.HeaderClassName
{
color: #CB284F;
}
.AnyTagClassName
{
color: #CB284F;
}
</style>
background-color css
<style>
a { background-color: #CB284F; }
a { background-color: rgb(203,40,79); }
div.DivClassName
{
background-color: #CB284F;
}
.BgClassName
{
background-color: #CB284F;
}
</style>
border-color css
<style>
span { border-color: #CB284F; }
span { border-color: rgb(203,40,79); }
td.TdClassName
{
border-color: #CB284F;
}
.TagClassName
{
border-color: #CB284F;
}
</style>