Shades of Old Rose #CB3852
Tints of Old Rose #CB3852
RGB
CMYK
RGB Variations
Color information
#CB3852 (or 0xCB3852) is known color: Old Rose. HEX triplet: CB, 38 and 52. RGB value is (203,56,82). Sum of RGB (Red+Green+Blue) = 203+56+82=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3852 is #34C7AD. Grayscale: #666666. Windows color (decimal): -3458990 or 5388491. OLE color: 5388491.
HSL color Cylindrical-coordinate representation of color #CB3852: hue angle of 349.39º degrees, saturation: 0.59, 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 #CB3852 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 82 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.20 |
| HSL | 349.39º | 0.59% | 0.51% | - |
| HSV(B) | 349.39º | 0.72% | 0.8% | - |
| XYZ | 27.57 | 16.13 | 9.64 | - |
| YUV | 102.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 82 | 0 | 0.72 | 0.60 | 0.20 | 349.39 | 0.59 | 0.51 |
| Hex | CB | 38 | 52 | 0 | 48 | 3C | 14 | 15D | 3B | 33 |
| Octal | 313 | 70 | 122 | 0 | 110 | 74 | 24 | 535 | 73 | 63 |
| Binary | 11001011 | 111000 | 1010010 | 0 | 1001000 | 111100 | 10100 | 101011101 | 111011 | 110011 |
Color Harmonies of #CB3852
Complementary color
Monochromatic Colors of #CB3852
Black with #CB3852
Text Example
Text Example
White with #CB3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3852; }
p { color: rgb(203,56,82); }
H1.HeaderClassName
{
color: #CB3852;
}
.AnyTagClassName
{
color: #CB3852;
}
</style>
background-color css
<style>
a { background-color: #CB3852; }
a { background-color: rgb(203,56,82); }
div.DivClassName
{
background-color: #CB3852;
}
.BgClassName
{
background-color: #CB3852;
}
</style>
border-color css
<style>
span { border-color: #CB3852; }
span { border-color: rgb(203,56,82); }
td.TdClassName
{
border-color: #CB3852;
}
.TagClassName
{
border-color: #CB3852;
}
</style>