Shades of Old Rose #CB3356
Tints of Old Rose #CB3356
RGB
CMYK
RGB Variations
Color information
#CB3356 (or 0xCB3356) is known color: Old Rose. HEX triplet: CB, 33 and 56. RGB value is (203,51,86). Sum of RGB (Red+Green+Blue) = 203+51+86=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3356 is #34CCA9. Grayscale: #646464. Windows color (decimal): -3460266 or 5649355. OLE color: 5649355.
HSL color Cylindrical-coordinate representation of color #CB3356: hue angle of 346.18º 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 #CB3356 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 86 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.20 |
| HSL | 346.18º | 0.6% | 0.5% | - |
| HSV(B) | 346.18º | 0.75% | 0.8% | - |
| XYZ | 27.49 | 15.74 | 10.39 | - |
| YUV | 100.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 86 | 0 | 0.75 | 0.58 | 0.20 | 346.18 | 0.6 | 0.5 |
| Hex | CB | 33 | 56 | 0 | 4B | 3A | 14 | 15A | 3C | 32 |
| Octal | 313 | 63 | 126 | 0 | 113 | 72 | 24 | 532 | 74 | 62 |
| Binary | 11001011 | 110011 | 1010110 | 0 | 1001011 | 111010 | 10100 | 101011010 | 111100 | 110010 |
Color Harmonies of #CB3356
Complementary color
Monochromatic Colors of #CB3356
Black with #CB3356
Text Example
Text Example
White with #CB3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3356; }
p { color: rgb(203,51,86); }
H1.HeaderClassName
{
color: #CB3356;
}
.AnyTagClassName
{
color: #CB3356;
}
</style>
background-color css
<style>
a { background-color: #CB3356; }
a { background-color: rgb(203,51,86); }
div.DivClassName
{
background-color: #CB3356;
}
.BgClassName
{
background-color: #CB3356;
}
</style>
border-color css
<style>
span { border-color: #CB3356; }
span { border-color: rgb(203,51,86); }
td.TdClassName
{
border-color: #CB3356;
}
.TagClassName
{
border-color: #CB3356;
}
</style>