Shades of Old Rose #CB2C4F
Tints of Old Rose #CB2C4F
RGB
CMYK
RGB Variations
Color information
#CB2C4F (or 0xCB2C4F) is known color: Old Rose. HEX triplet: CB, 2C and 4F. RGB value is (203,44,79). Sum of RGB (Red+Green+Blue) = 203+44+79=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C4F is #34D3B0. Grayscale: #5F5F5F. Windows color (decimal): -3462065 or 5188811. OLE color: 5188811.
HSL color Cylindrical-coordinate representation of color #CB2C4F: hue angle of 346.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C4F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 79 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.20 |
| HSL | 346.79º | 0.64% | 0.48% | - |
| HSV(B) | 346.79º | 0.78% | 0.8% | - |
| XYZ | 26.94 | 15.06 | 8.88 | - |
| YUV | 95.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 79 | 0 | 0.78 | 0.61 | 0.20 | 346.79 | 0.64 | 0.48 |
| Hex | CB | 2C | 4F | 0 | 4E | 3D | 14 | 15B | 40 | 30 |
| Octal | 313 | 54 | 117 | 0 | 116 | 75 | 24 | 533 | 100 | 60 |
| Binary | 11001011 | 101100 | 1001111 | 0 | 1001110 | 111101 | 10100 | 101011011 | 1000000 | 110000 |
Color Harmonies of #CB2C4F
Complementary color
Monochromatic Colors of #CB2C4F
Black with #CB2C4F
Text Example
Text Example
White with #CB2C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2C4F; }
p { color: rgb(203,44,79); }
H1.HeaderClassName
{
color: #CB2C4F;
}
.AnyTagClassName
{
color: #CB2C4F;
}
</style>
background-color css
<style>
a { background-color: #CB2C4F; }
a { background-color: rgb(203,44,79); }
div.DivClassName
{
background-color: #CB2C4F;
}
.BgClassName
{
background-color: #CB2C4F;
}
</style>
border-color css
<style>
span { border-color: #CB2C4F; }
span { border-color: rgb(203,44,79); }
td.TdClassName
{
border-color: #CB2C4F;
}
.TagClassName
{
border-color: #CB2C4F;
}
</style>