Shades of Old Rose #CB314F
Tints of Old Rose #CB314F
RGB
CMYK
RGB Variations
Color information
#CB314F (or 0xCB314F) is known color: Old Rose. HEX triplet: CB, 31 and 4F. RGB value is (203,49,79). Sum of RGB (Red+Green+Blue) = 203+49+79=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB314F is #34CEB0. Grayscale: #626262. Windows color (decimal): -3460785 or 5190091. OLE color: 5190091.
HSL color Cylindrical-coordinate representation of color #CB314F: hue angle of 348.31º degrees, saturation: 0.61, 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 #CB314F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 79 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.20 |
| HSL | 348.31º | 0.61% | 0.49% | - |
| HSV(B) | 348.31º | 0.76% | 0.8% | - |
| XYZ | 27.14 | 15.46 | 8.95 | - |
| YUV | 98.47 | 117.02 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 79 | 0 | 0.76 | 0.61 | 0.20 | 348.31 | 0.61 | 0.49 |
| Hex | CB | 31 | 4F | 0 | 4C | 3D | 14 | 15C | 3D | 31 |
| Octal | 313 | 61 | 117 | 0 | 114 | 75 | 24 | 534 | 75 | 61 |
| Binary | 11001011 | 110001 | 1001111 | 0 | 1001100 | 111101 | 10100 | 101011100 | 111101 | 110001 |
Color Harmonies of #CB314F
Complementary color
Monochromatic Colors of #CB314F
Black with #CB314F
Text Example
Text Example
White with #CB314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB314F; }
p { color: rgb(203,49,79); }
H1.HeaderClassName
{
color: #CB314F;
}
.AnyTagClassName
{
color: #CB314F;
}
</style>
background-color css
<style>
a { background-color: #CB314F; }
a { background-color: rgb(203,49,79); }
div.DivClassName
{
background-color: #CB314F;
}
.BgClassName
{
background-color: #CB314F;
}
</style>
border-color css
<style>
span { border-color: #CB314F; }
span { border-color: rgb(203,49,79); }
td.TdClassName
{
border-color: #CB314F;
}
.TagClassName
{
border-color: #CB314F;
}
</style>