Shades of Old Rose #CB3954
Tints of Old Rose #CB3954
RGB
CMYK
RGB Variations
Color information
#CB3954 (or 0xCB3954) is known color: Old Rose. HEX triplet: CB, 39 and 54. RGB value is (203,57,84). Sum of RGB (Red+Green+Blue) = 203+57+84=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3954 is #34C6AB. Grayscale: #676767. Windows color (decimal): -3458732 or 5519819. OLE color: 5519819.
HSL color Cylindrical-coordinate representation of color #CB3954: hue angle of 348.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3954 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 84 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.20 |
| HSL | 348.9º | 0.58% | 0.51% | - |
| HSV(B) | 348.9º | 0.72% | 0.8% | - |
| XYZ | 27.69 | 16.26 | 10.07 | - |
| YUV | 103.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 84 | 0 | 0.72 | 0.59 | 0.20 | 348.9 | 0.58 | 0.51 |
| Hex | CB | 39 | 54 | 0 | 48 | 3B | 14 | 15D | 3A | 33 |
| Octal | 313 | 71 | 124 | 0 | 110 | 73 | 24 | 535 | 72 | 63 |
| Binary | 11001011 | 111001 | 1010100 | 0 | 1001000 | 111011 | 10100 | 101011101 | 111010 | 110011 |
Color Harmonies of #CB3954
Complementary color
Monochromatic Colors of #CB3954
Black with #CB3954
Text Example
Text Example
White with #CB3954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3954; }
p { color: rgb(203,57,84); }
H1.HeaderClassName
{
color: #CB3954;
}
.AnyTagClassName
{
color: #CB3954;
}
</style>
background-color css
<style>
a { background-color: #CB3954; }
a { background-color: rgb(203,57,84); }
div.DivClassName
{
background-color: #CB3954;
}
.BgClassName
{
background-color: #CB3954;
}
</style>
border-color css
<style>
span { border-color: #CB3954; }
span { border-color: rgb(203,57,84); }
td.TdClassName
{
border-color: #CB3954;
}
.TagClassName
{
border-color: #CB3954;
}
</style>