Shades of Old Rose #CB304F
Tints of Old Rose #CB304F
RGB
CMYK
RGB Variations
Color information
#CB304F (or 0xCB304F) is known color: Old Rose. HEX triplet: CB, 30 and 4F. RGB value is (203,48,79). Sum of RGB (Red+Green+Blue) = 203+48+79=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB304F is #34CFB0. Grayscale: #616161. Windows color (decimal): -3461041 or 5189835. OLE color: 5189835.
HSL color Cylindrical-coordinate representation of color #CB304F: hue angle of 348º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB304F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 48 | 79 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.20 |
| HSL | 348º | 0.62% | 0.49% | - |
| HSV(B) | 348º | 0.76% | 0.8% | - |
| XYZ | 27.1 | 15.37 | 8.94 | - |
| YUV | 97.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 48 | 79 | 0 | 0.76 | 0.61 | 0.20 | 348 | 0.62 | 0.49 |
| Hex | CB | 30 | 4F | 0 | 4C | 3D | 14 | 15C | 3E | 31 |
| Octal | 313 | 60 | 117 | 0 | 114 | 75 | 24 | 534 | 76 | 61 |
| Binary | 11001011 | 110000 | 1001111 | 0 | 1001100 | 111101 | 10100 | 101011100 | 111110 | 110001 |
Color Harmonies of #CB304F
Complementary color
Monochromatic Colors of #CB304F
Black with #CB304F
Text Example
Text Example
White with #CB304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB304F; }
p { color: rgb(203,48,79); }
H1.HeaderClassName
{
color: #CB304F;
}
.AnyTagClassName
{
color: #CB304F;
}
</style>
background-color css
<style>
a { background-color: #CB304F; }
a { background-color: rgb(203,48,79); }
div.DivClassName
{
background-color: #CB304F;
}
.BgClassName
{
background-color: #CB304F;
}
</style>
border-color css
<style>
span { border-color: #CB304F; }
span { border-color: rgb(203,48,79); }
td.TdClassName
{
border-color: #CB304F;
}
.TagClassName
{
border-color: #CB304F;
}
</style>