Shades of Old Rose #CB2D4F
Tints of Old Rose #CB2D4F
RGB
CMYK
RGB Variations
Color information
#CB2D4F (or 0xCB2D4F) is known color: Old Rose. HEX triplet: CB, 2D and 4F. RGB value is (203,45,79). Sum of RGB (Red+Green+Blue) = 203+45+79=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2D4F is #34D2B0. Grayscale: #606060. Windows color (decimal): -3461809 or 5189067. OLE color: 5189067.
HSL color Cylindrical-coordinate representation of color #CB2D4F: hue angle of 347.09º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2D4F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 79 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.20 |
| HSL | 347.09º | 0.64% | 0.49% | - |
| HSV(B) | 347.09º | 0.78% | 0.8% | - |
| XYZ | 26.98 | 15.14 | 8.9 | - |
| YUV | 96.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 79 | 0 | 0.78 | 0.61 | 0.20 | 347.09 | 0.64 | 0.49 |
| Hex | CB | 2D | 4F | 0 | 4E | 3D | 14 | 15B | 40 | 31 |
| Octal | 313 | 55 | 117 | 0 | 116 | 75 | 24 | 533 | 100 | 61 |
| Binary | 11001011 | 101101 | 1001111 | 0 | 1001110 | 111101 | 10100 | 101011011 | 1000000 | 110001 |
Color Harmonies of #CB2D4F
Complementary color
Monochromatic Colors of #CB2D4F
Black with #CB2D4F
Text Example
Text Example
White with #CB2D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D4F; }
p { color: rgb(203,45,79); }
H1.HeaderClassName
{
color: #CB2D4F;
}
.AnyTagClassName
{
color: #CB2D4F;
}
</style>
background-color css
<style>
a { background-color: #CB2D4F; }
a { background-color: rgb(203,45,79); }
div.DivClassName
{
background-color: #CB2D4F;
}
.BgClassName
{
background-color: #CB2D4F;
}
</style>
border-color css
<style>
span { border-color: #CB2D4F; }
span { border-color: rgb(203,45,79); }
td.TdClassName
{
border-color: #CB2D4F;
}
.TagClassName
{
border-color: #CB2D4F;
}
</style>