Shades of Old Rose #CB3952
Tints of Old Rose #CB3952
RGB
CMYK
RGB Variations
Color information
#CB3952 (or 0xCB3952) is known color: Old Rose. HEX triplet: CB, 39 and 52. RGB value is (203,57,82). Sum of RGB (Red+Green+Blue) = 203+57+82=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3952 is #34C6AD. Grayscale: #676767. Windows color (decimal): -3458734 or 5388747. OLE color: 5388747.
HSL color Cylindrical-coordinate representation of color #CB3952: hue angle of 349.73º 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 #CB3952 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 82 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.20 |
| HSL | 349.73º | 0.58% | 0.51% | - |
| HSV(B) | 349.73º | 0.72% | 0.8% | - |
| XYZ | 27.61 | 16.23 | 9.66 | - |
| YUV | 103.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 82 | 0 | 0.72 | 0.60 | 0.20 | 349.73 | 0.58 | 0.51 |
| Hex | CB | 39 | 52 | 0 | 48 | 3C | 14 | 15E | 3A | 33 |
| Octal | 313 | 71 | 122 | 0 | 110 | 74 | 24 | 536 | 72 | 63 |
| Binary | 11001011 | 111001 | 1010010 | 0 | 1001000 | 111100 | 10100 | 101011110 | 111010 | 110011 |
Color Harmonies of #CB3952
Complementary color
Monochromatic Colors of #CB3952
Black with #CB3952
Text Example
Text Example
White with #CB3952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3952; }
p { color: rgb(203,57,82); }
H1.HeaderClassName
{
color: #CB3952;
}
.AnyTagClassName
{
color: #CB3952;
}
</style>
background-color css
<style>
a { background-color: #CB3952; }
a { background-color: rgb(203,57,82); }
div.DivClassName
{
background-color: #CB3952;
}
.BgClassName
{
background-color: #CB3952;
}
</style>
border-color css
<style>
span { border-color: #CB3952; }
span { border-color: rgb(203,57,82); }
td.TdClassName
{
border-color: #CB3952;
}
.TagClassName
{
border-color: #CB3952;
}
</style>