Shades of Old Rose #CB3D55
Tints of Old Rose #CB3D55
RGB
CMYK
RGB Variations
Color information
#CB3D55 (or 0xCB3D55) is known color: Old Rose. HEX triplet: CB, 3D and 55. RGB value is (203,61,85). Sum of RGB (Red+Green+Blue) = 203+61+85=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D55 is #34C2AA. Grayscale: #6A6A6A. Windows color (decimal): -3457707 or 5586379. OLE color: 5586379.
HSL color Cylindrical-coordinate representation of color #CB3D55: hue angle of 349.86º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D55 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 85 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.20 |
| HSL | 349.86º | 0.58% | 0.52% | - |
| HSV(B) | 349.86º | 0.7% | 0.8% | - |
| XYZ | 27.94 | 16.69 | 10.34 | - |
| YUV | 106.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 85 | 0 | 0.70 | 0.58 | 0.20 | 349.86 | 0.58 | 0.52 |
| Hex | CB | 3D | 55 | 0 | 46 | 3A | 14 | 15E | 3A | 34 |
| Octal | 313 | 75 | 125 | 0 | 106 | 72 | 24 | 536 | 72 | 64 |
| Binary | 11001011 | 111101 | 1010101 | 0 | 1000110 | 111010 | 10100 | 101011110 | 111010 | 110100 |
Color Harmonies of #CB3D55
Complementary color
Monochromatic Colors of #CB3D55
Black with #CB3D55
Text Example
Text Example
White with #CB3D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D55; }
p { color: rgb(203,61,85); }
H1.HeaderClassName
{
color: #CB3D55;
}
.AnyTagClassName
{
color: #CB3D55;
}
</style>
background-color css
<style>
a { background-color: #CB3D55; }
a { background-color: rgb(203,61,85); }
div.DivClassName
{
background-color: #CB3D55;
}
.BgClassName
{
background-color: #CB3D55;
}
</style>
border-color css
<style>
span { border-color: #CB3D55; }
span { border-color: rgb(203,61,85); }
td.TdClassName
{
border-color: #CB3D55;
}
.TagClassName
{
border-color: #CB3D55;
}
</style>