Shades of Old Rose #CB3C58
Tints of Old Rose #CB3C58
RGB
CMYK
RGB Variations
Color information
#CB3C58 (or 0xCB3C58) is known color: Old Rose. HEX triplet: CB, 3C and 58. RGB value is (203,60,88). Sum of RGB (Red+Green+Blue) = 203+60+88=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C58 is #34C3A7. Grayscale: #696969. Windows color (decimal): -3457960 or 5782731. OLE color: 5782731.
HSL color Cylindrical-coordinate representation of color #CB3C58: hue angle of 348.25º 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 #CB3C58 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 88 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.20 |
| HSL | 348.25º | 0.58% | 0.52% | - |
| HSV(B) | 348.25º | 0.7% | 0.8% | - |
| XYZ | 28.01 | 16.63 | 10.97 | - |
| YUV | 105.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 88 | 0 | 0.70 | 0.57 | 0.20 | 348.25 | 0.58 | 0.52 |
| Hex | CB | 3C | 58 | 0 | 46 | 39 | 14 | 15C | 3A | 34 |
| Octal | 313 | 74 | 130 | 0 | 106 | 71 | 24 | 534 | 72 | 64 |
| Binary | 11001011 | 111100 | 1011000 | 0 | 1000110 | 111001 | 10100 | 101011100 | 111010 | 110100 |
Color Harmonies of #CB3C58
Complementary color
Monochromatic Colors of #CB3C58
Black with #CB3C58
Text Example
Text Example
White with #CB3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C58; }
p { color: rgb(203,60,88); }
H1.HeaderClassName
{
color: #CB3C58;
}
.AnyTagClassName
{
color: #CB3C58;
}
</style>
background-color css
<style>
a { background-color: #CB3C58; }
a { background-color: rgb(203,60,88); }
div.DivClassName
{
background-color: #CB3C58;
}
.BgClassName
{
background-color: #CB3C58;
}
</style>
border-color css
<style>
span { border-color: #CB3C58; }
span { border-color: rgb(203,60,88); }
td.TdClassName
{
border-color: #CB3C58;
}
.TagClassName
{
border-color: #CB3C58;
}
</style>