Shades of Old Rose #CB3C4D
Tints of Old Rose #CB3C4D
RGB
CMYK
RGB Variations
Color information
#CB3C4D (or 0xCB3C4D) is known color: Old Rose. HEX triplet: CB, 3C and 4D. RGB value is (203,60,77). Sum of RGB (Red+Green+Blue) = 203+60+77=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C4D is #34C3B2. Grayscale: #686868. Windows color (decimal): -3457971 or 5061835. OLE color: 5061835.
HSL color Cylindrical-coordinate representation of color #CB3C4D: hue angle of 352.87º 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 #CB3C4D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 77 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.20 |
| HSL | 352.87º | 0.58% | 0.52% | - |
| HSV(B) | 352.87º | 0.7% | 0.8% | - |
| XYZ | 27.58 | 16.46 | 8.75 | - |
| YUV | 104.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 77 | 0 | 0.70 | 0.62 | 0.20 | 352.87 | 0.58 | 0.52 |
| Hex | CB | 3C | 4D | 0 | 46 | 3E | 14 | 161 | 3A | 34 |
| Octal | 313 | 74 | 115 | 0 | 106 | 76 | 24 | 541 | 72 | 64 |
| Binary | 11001011 | 111100 | 1001101 | 0 | 1000110 | 111110 | 10100 | 101100001 | 111010 | 110100 |
Color Harmonies of #CB3C4D
Complementary color
Monochromatic Colors of #CB3C4D
Black with #CB3C4D
Text Example
Text Example
White with #CB3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C4D; }
p { color: rgb(203,60,77); }
H1.HeaderClassName
{
color: #CB3C4D;
}
.AnyTagClassName
{
color: #CB3C4D;
}
</style>
background-color css
<style>
a { background-color: #CB3C4D; }
a { background-color: rgb(203,60,77); }
div.DivClassName
{
background-color: #CB3C4D;
}
.BgClassName
{
background-color: #CB3C4D;
}
</style>
border-color css
<style>
span { border-color: #CB3C4D; }
span { border-color: rgb(203,60,77); }
td.TdClassName
{
border-color: #CB3C4D;
}
.TagClassName
{
border-color: #CB3C4D;
}
</style>