Shades of Old Rose #CB314D
Tints of Old Rose #CB314D
RGB
CMYK
RGB Variations
Color information
#CB314D (or 0xCB314D) is known color: Old Rose. HEX triplet: CB, 31 and 4D. RGB value is (203,49,77). Sum of RGB (Red+Green+Blue) = 203+49+77=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB314D is #34CEB2. Grayscale: #626262. Windows color (decimal): -3460787 or 5059019. OLE color: 5059019.
HSL color Cylindrical-coordinate representation of color #CB314D: hue angle of 349.09º 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 #CB314D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 77 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.20 |
| HSL | 349.09º | 0.61% | 0.49% | - |
| HSV(B) | 349.09º | 0.76% | 0.8% | - |
| XYZ | 27.07 | 15.43 | 8.57 | - |
| YUV | 98.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 77 | 0 | 0.76 | 0.62 | 0.20 | 349.09 | 0.61 | 0.49 |
| Hex | CB | 31 | 4D | 0 | 4C | 3E | 14 | 15D | 3D | 31 |
| Octal | 313 | 61 | 115 | 0 | 114 | 76 | 24 | 535 | 75 | 61 |
| Binary | 11001011 | 110001 | 1001101 | 0 | 1001100 | 111110 | 10100 | 101011101 | 111101 | 110001 |
Color Harmonies of #CB314D
Complementary color
Monochromatic Colors of #CB314D
Black with #CB314D
Text Example
Text Example
White with #CB314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB314D; }
p { color: rgb(203,49,77); }
H1.HeaderClassName
{
color: #CB314D;
}
.AnyTagClassName
{
color: #CB314D;
}
</style>
background-color css
<style>
a { background-color: #CB314D; }
a { background-color: rgb(203,49,77); }
div.DivClassName
{
background-color: #CB314D;
}
.BgClassName
{
background-color: #CB314D;
}
</style>
border-color css
<style>
span { border-color: #CB314D; }
span { border-color: rgb(203,49,77); }
td.TdClassName
{
border-color: #CB314D;
}
.TagClassName
{
border-color: #CB314D;
}
</style>