Shades of Old Rose #CB3953
Tints of Old Rose #CB3953
RGB
CMYK
RGB Variations
Color information
#CB3953 (or 0xCB3953) is known color: Old Rose. HEX triplet: CB, 39 and 53. RGB value is (203,57,83). Sum of RGB (Red+Green+Blue) = 203+57+83=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3953 is #34C6AC. Grayscale: #676767. Windows color (decimal): -3458733 or 5454283. OLE color: 5454283.
HSL color Cylindrical-coordinate representation of color #CB3953: hue angle of 349.32º 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 #CB3953 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 83 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.20 |
| HSL | 349.32º | 0.58% | 0.51% | - |
| HSV(B) | 349.32º | 0.72% | 0.8% | - |
| XYZ | 27.65 | 16.25 | 9.86 | - |
| YUV | 103.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 83 | 0 | 0.72 | 0.59 | 0.20 | 349.32 | 0.58 | 0.51 |
| Hex | CB | 39 | 53 | 0 | 48 | 3B | 14 | 15D | 3A | 33 |
| Octal | 313 | 71 | 123 | 0 | 110 | 73 | 24 | 535 | 72 | 63 |
| Binary | 11001011 | 111001 | 1010011 | 0 | 1001000 | 111011 | 10100 | 101011101 | 111010 | 110011 |
Color Harmonies of #CB3953
Complementary color
Monochromatic Colors of #CB3953
Black with #CB3953
Text Example
Text Example
White with #CB3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3953; }
p { color: rgb(203,57,83); }
H1.HeaderClassName
{
color: #CB3953;
}
.AnyTagClassName
{
color: #CB3953;
}
</style>
background-color css
<style>
a { background-color: #CB3953; }
a { background-color: rgb(203,57,83); }
div.DivClassName
{
background-color: #CB3953;
}
.BgClassName
{
background-color: #CB3953;
}
</style>
border-color css
<style>
span { border-color: #CB3953; }
span { border-color: rgb(203,57,83); }
td.TdClassName
{
border-color: #CB3953;
}
.TagClassName
{
border-color: #CB3953;
}
</style>