Shades of Old Rose #CB3357
Tints of Old Rose #CB3357
RGB
CMYK
RGB Variations
Color information
#CB3357 (or 0xCB3357) is known color: Old Rose. HEX triplet: CB, 33 and 57. RGB value is (203,51,87). Sum of RGB (Red+Green+Blue) = 203+51+87=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3357 is #34CCA8. Grayscale: #646464. Windows color (decimal): -3460265 or 5714891. OLE color: 5714891.
HSL color Cylindrical-coordinate representation of color #CB3357: hue angle of 345.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3357 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 87 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.20 |
| HSL | 345.79º | 0.6% | 0.5% | - |
| HSV(B) | 345.79º | 0.75% | 0.8% | - |
| XYZ | 27.53 | 15.75 | 10.61 | - |
| YUV | 100.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 87 | 0 | 0.75 | 0.57 | 0.20 | 345.79 | 0.6 | 0.5 |
| Hex | CB | 33 | 57 | 0 | 4B | 39 | 14 | 15A | 3C | 32 |
| Octal | 313 | 63 | 127 | 0 | 113 | 71 | 24 | 532 | 74 | 62 |
| Binary | 11001011 | 110011 | 1010111 | 0 | 1001011 | 111001 | 10100 | 101011010 | 111100 | 110010 |
Color Harmonies of #CB3357
Complementary color
Monochromatic Colors of #CB3357
Black with #CB3357
Text Example
Text Example
White with #CB3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3357; }
p { color: rgb(203,51,87); }
H1.HeaderClassName
{
color: #CB3357;
}
.AnyTagClassName
{
color: #CB3357;
}
</style>
background-color css
<style>
a { background-color: #CB3357; }
a { background-color: rgb(203,51,87); }
div.DivClassName
{
background-color: #CB3357;
}
.BgClassName
{
background-color: #CB3357;
}
</style>
border-color css
<style>
span { border-color: #CB3357; }
span { border-color: rgb(203,51,87); }
td.TdClassName
{
border-color: #CB3357;
}
.TagClassName
{
border-color: #CB3357;
}
</style>