Shades of Old Rose #CB3752
Tints of Old Rose #CB3752
RGB
CMYK
RGB Variations
Color information
#CB3752 (or 0xCB3752) is known color: Old Rose. HEX triplet: CB, 37 and 52. RGB value is (203,55,82). Sum of RGB (Red+Green+Blue) = 203+55+82=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3752 is #34C8AD. Grayscale: #666666. Windows color (decimal): -3459246 or 5388235. OLE color: 5388235.
HSL color Cylindrical-coordinate representation of color #CB3752: hue angle of 349.05º 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 #CB3752 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 82 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.20 |
| HSL | 349.05º | 0.59% | 0.51% | - |
| HSV(B) | 349.05º | 0.73% | 0.8% | - |
| XYZ | 27.52 | 16.04 | 9.63 | - |
| YUV | 102.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 82 | 0 | 0.73 | 0.60 | 0.20 | 349.05 | 0.59 | 0.51 |
| Hex | CB | 37 | 52 | 0 | 49 | 3C | 14 | 15D | 3B | 33 |
| Octal | 313 | 67 | 122 | 0 | 111 | 74 | 24 | 535 | 73 | 63 |
| Binary | 11001011 | 110111 | 1010010 | 0 | 1001001 | 111100 | 10100 | 101011101 | 111011 | 110011 |
Color Harmonies of #CB3752
Complementary color
Monochromatic Colors of #CB3752
Black with #CB3752
Text Example
Text Example
White with #CB3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3752; }
p { color: rgb(203,55,82); }
H1.HeaderClassName
{
color: #CB3752;
}
.AnyTagClassName
{
color: #CB3752;
}
</style>
background-color css
<style>
a { background-color: #CB3752; }
a { background-color: rgb(203,55,82); }
div.DivClassName
{
background-color: #CB3752;
}
.BgClassName
{
background-color: #CB3752;
}
</style>
border-color css
<style>
span { border-color: #CB3752; }
span { border-color: rgb(203,55,82); }
td.TdClassName
{
border-color: #CB3752;
}
.TagClassName
{
border-color: #CB3752;
}
</style>