Shades of Old Rose #CB374D
Tints of Old Rose #CB374D
RGB
CMYK
RGB Variations
Color information
#CB374D (or 0xCB374D) is known color: Old Rose. HEX triplet: CB, 37 and 4D. RGB value is (203,55,77). Sum of RGB (Red+Green+Blue) = 203+55+77=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB374D is #34C8B2. Grayscale: #656565. Windows color (decimal): -3459251 or 5060555. OLE color: 5060555.
HSL color Cylindrical-coordinate representation of color #CB374D: hue angle of 351.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB374D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 77 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.20 |
| HSL | 351.08º | 0.59% | 0.51% | - |
| HSV(B) | 351.08º | 0.73% | 0.8% | - |
| XYZ | 27.33 | 15.96 | 8.66 | - |
| YUV | 101.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 77 | 0 | 0.73 | 0.62 | 0.20 | 351.08 | 0.59 | 0.51 |
| Hex | CB | 37 | 4D | 0 | 49 | 3E | 14 | 15F | 3B | 33 |
| Octal | 313 | 67 | 115 | 0 | 111 | 76 | 24 | 537 | 73 | 63 |
| Binary | 11001011 | 110111 | 1001101 | 0 | 1001001 | 111110 | 10100 | 101011111 | 111011 | 110011 |
Color Harmonies of #CB374D
Complementary color
Monochromatic Colors of #CB374D
Black with #CB374D
Text Example
Text Example
White with #CB374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB374D; }
p { color: rgb(203,55,77); }
H1.HeaderClassName
{
color: #CB374D;
}
.AnyTagClassName
{
color: #CB374D;
}
</style>
background-color css
<style>
a { background-color: #CB374D; }
a { background-color: rgb(203,55,77); }
div.DivClassName
{
background-color: #CB374D;
}
.BgClassName
{
background-color: #CB374D;
}
</style>
border-color css
<style>
span { border-color: #CB374D; }
span { border-color: rgb(203,55,77); }
td.TdClassName
{
border-color: #CB374D;
}
.TagClassName
{
border-color: #CB374D;
}
</style>