Shades of Old Rose #CB3956
Tints of Old Rose #CB3956
RGB
CMYK
RGB Variations
Color information
#CB3956 (or 0xCB3956) is known color: Old Rose. HEX triplet: CB, 39 and 56. RGB value is (203,57,86). Sum of RGB (Red+Green+Blue) = 203+57+86=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3956 is #34C6A9. Grayscale: #676767. Windows color (decimal): -3458730 or 5650891. OLE color: 5650891.
HSL color Cylindrical-coordinate representation of color #CB3956: hue angle of 348.08º 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 #CB3956 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 86 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.20 |
| HSL | 348.08º | 0.58% | 0.51% | - |
| HSV(B) | 348.08º | 0.72% | 0.8% | - |
| XYZ | 27.77 | 16.29 | 10.49 | - |
| YUV | 103.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 86 | 0 | 0.72 | 0.58 | 0.20 | 348.08 | 0.58 | 0.51 |
| Hex | CB | 39 | 56 | 0 | 48 | 3A | 14 | 15C | 3A | 33 |
| Octal | 313 | 71 | 126 | 0 | 110 | 72 | 24 | 534 | 72 | 63 |
| Binary | 11001011 | 111001 | 1010110 | 0 | 1001000 | 111010 | 10100 | 101011100 | 111010 | 110011 |
Color Harmonies of #CB3956
Complementary color
Monochromatic Colors of #CB3956
Black with #CB3956
Text Example
Text Example
White with #CB3956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3956; }
p { color: rgb(203,57,86); }
H1.HeaderClassName
{
color: #CB3956;
}
.AnyTagClassName
{
color: #CB3956;
}
</style>
background-color css
<style>
a { background-color: #CB3956; }
a { background-color: rgb(203,57,86); }
div.DivClassName
{
background-color: #CB3956;
}
.BgClassName
{
background-color: #CB3956;
}
</style>
border-color css
<style>
span { border-color: #CB3956; }
span { border-color: rgb(203,57,86); }
td.TdClassName
{
border-color: #CB3956;
}
.TagClassName
{
border-color: #CB3956;
}
</style>