Shades of Old Rose #CB2657
Tints of Old Rose #CB2657
RGB
CMYK
RGB Variations
Color information
#CB2657 (or 0xCB2657) is known color: Old Rose. HEX triplet: CB, 26 and 57. RGB value is (203,38,87). Sum of RGB (Red+Green+Blue) = 203+38+87=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2657 is #34D9A8. Grayscale: #5C5C5C. Windows color (decimal): -3463593 or 5711563. OLE color: 5711563.
HSL color Cylindrical-coordinate representation of color #CB2657: hue angle of 342.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2657 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 87 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.20 |
| HSL | 342.18º | 0.68% | 0.47% | - |
| HSV(B) | 342.18º | 0.81% | 0.8% | - |
| XYZ | 27.04 | 14.77 | 10.44 | - |
| YUV | 92.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 87 | 0 | 0.81 | 0.57 | 0.20 | 342.18 | 0.68 | 0.47 |
| Hex | CB | 26 | 57 | 0 | 51 | 39 | 14 | 156 | 44 | 2F |
| Octal | 313 | 46 | 127 | 0 | 121 | 71 | 24 | 526 | 104 | 57 |
| Binary | 11001011 | 100110 | 1010111 | 0 | 1010001 | 111001 | 10100 | 101010110 | 1000100 | 101111 |
Color Harmonies of #CB2657
Complementary color
Monochromatic Colors of #CB2657
Black with #CB2657
Text Example
Text Example
White with #CB2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2657; }
p { color: rgb(203,38,87); }
H1.HeaderClassName
{
color: #CB2657;
}
.AnyTagClassName
{
color: #CB2657;
}
</style>
background-color css
<style>
a { background-color: #CB2657; }
a { background-color: rgb(203,38,87); }
div.DivClassName
{
background-color: #CB2657;
}
.BgClassName
{
background-color: #CB2657;
}
</style>
border-color css
<style>
span { border-color: #CB2657; }
span { border-color: rgb(203,38,87); }
td.TdClassName
{
border-color: #CB2657;
}
.TagClassName
{
border-color: #CB2657;
}
</style>