Shades of Old Rose #CB3657
Tints of Old Rose #CB3657
RGB
CMYK
RGB Variations
Color information
#CB3657 (or 0xCB3657) is known color: Old Rose. HEX triplet: CB, 36 and 57. RGB value is (203,54,87). Sum of RGB (Red+Green+Blue) = 203+54+87=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3657 is #34C9A8. Grayscale: #666666. Windows color (decimal): -3459497 or 5715659. OLE color: 5715659.
HSL color Cylindrical-coordinate representation of color #CB3657: hue angle of 346.71º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3657 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 87 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.20 |
| HSL | 346.71º | 0.59% | 0.5% | - |
| HSV(B) | 346.71º | 0.73% | 0.8% | - |
| XYZ | 27.67 | 16.02 | 10.65 | - |
| YUV | 102.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 87 | 0 | 0.73 | 0.57 | 0.20 | 346.71 | 0.59 | 0.5 |
| Hex | CB | 36 | 57 | 0 | 49 | 39 | 14 | 15B | 3B | 32 |
| Octal | 313 | 66 | 127 | 0 | 111 | 71 | 24 | 533 | 73 | 62 |
| Binary | 11001011 | 110110 | 1010111 | 0 | 1001001 | 111001 | 10100 | 101011011 | 111011 | 110010 |
Color Harmonies of #CB3657
Complementary color
Monochromatic Colors of #CB3657
Black with #CB3657
Text Example
Text Example
White with #CB3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3657; }
p { color: rgb(203,54,87); }
H1.HeaderClassName
{
color: #CB3657;
}
.AnyTagClassName
{
color: #CB3657;
}
</style>
background-color css
<style>
a { background-color: #CB3657; }
a { background-color: rgb(203,54,87); }
div.DivClassName
{
background-color: #CB3657;
}
.BgClassName
{
background-color: #CB3657;
}
</style>
border-color css
<style>
span { border-color: #CB3657; }
span { border-color: rgb(203,54,87); }
td.TdClassName
{
border-color: #CB3657;
}
.TagClassName
{
border-color: #CB3657;
}
</style>