Shades of Old Rose #CB3B5A
Tints of Old Rose #CB3B5A
RGB
CMYK
RGB Variations
Color information
#CB3B5A (or 0xCB3B5A) is known color: Old Rose. HEX triplet: CB, 3B and 5A. RGB value is (203,59,90). Sum of RGB (Red+Green+Blue) = 203+59+90=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B5A is #34C4A5. Grayscale: #696969. Windows color (decimal): -3458214 or 5913547. OLE color: 5913547.
HSL color Cylindrical-coordinate representation of color #CB3B5A: hue angle of 347.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B5A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 90 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.20 |
| HSL | 347.08º | 0.58% | 0.51% | - |
| HSV(B) | 347.08º | 0.71% | 0.8% | - |
| XYZ | 28.04 | 16.56 | 11.39 | - |
| YUV | 105.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 90 | 0 | 0.71 | 0.56 | 0.20 | 347.08 | 0.58 | 0.51 |
| Hex | CB | 3B | 5A | 0 | 47 | 38 | 14 | 15B | 3A | 33 |
| Octal | 313 | 73 | 132 | 0 | 107 | 70 | 24 | 533 | 72 | 63 |
| Binary | 11001011 | 111011 | 1011010 | 0 | 1000111 | 111000 | 10100 | 101011011 | 111010 | 110011 |
Color Harmonies of #CB3B5A
Complementary color
Monochromatic Colors of #CB3B5A
Black with #CB3B5A
Text Example
Text Example
White with #CB3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B5A; }
p { color: rgb(203,59,90); }
H1.HeaderClassName
{
color: #CB3B5A;
}
.AnyTagClassName
{
color: #CB3B5A;
}
</style>
background-color css
<style>
a { background-color: #CB3B5A; }
a { background-color: rgb(203,59,90); }
div.DivClassName
{
background-color: #CB3B5A;
}
.BgClassName
{
background-color: #CB3B5A;
}
</style>
border-color css
<style>
span { border-color: #CB3B5A; }
span { border-color: rgb(203,59,90); }
td.TdClassName
{
border-color: #CB3B5A;
}
.TagClassName
{
border-color: #CB3B5A;
}
</style>