Shades of Old Rose #CB385B
Tints of Old Rose #CB385B
RGB
CMYK
RGB Variations
Color information
#CB385B (or 0xCB385B) is known color: Old Rose. HEX triplet: CB, 38 and 5B. RGB value is (203,56,91). Sum of RGB (Red+Green+Blue) = 203+56+91=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385B is #34C7A4. Grayscale: #676767. Windows color (decimal): -3458981 or 5978315. OLE color: 5978315.
HSL color Cylindrical-coordinate representation of color #CB385B: hue angle of 345.71º degrees, saturation: 0.59, 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 #CB385B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 91 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.20 |
| HSL | 345.71º | 0.59% | 0.51% | - |
| HSV(B) | 345.71º | 0.72% | 0.8% | - |
| XYZ | 27.93 | 16.28 | 11.57 | - |
| YUV | 103.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 91 | 0 | 0.72 | 0.55 | 0.20 | 345.71 | 0.59 | 0.51 |
| Hex | CB | 38 | 5B | 0 | 48 | 37 | 14 | 15A | 3B | 33 |
| Octal | 313 | 70 | 133 | 0 | 110 | 67 | 24 | 532 | 73 | 63 |
| Binary | 11001011 | 111000 | 1011011 | 0 | 1001000 | 110111 | 10100 | 101011010 | 111011 | 110011 |
Color Harmonies of #CB385B
Complementary color
Monochromatic Colors of #CB385B
Black with #CB385B
Text Example
Text Example
White with #CB385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB385B; }
p { color: rgb(203,56,91); }
H1.HeaderClassName
{
color: #CB385B;
}
.AnyTagClassName
{
color: #CB385B;
}
</style>
background-color css
<style>
a { background-color: #CB385B; }
a { background-color: rgb(203,56,91); }
div.DivClassName
{
background-color: #CB385B;
}
.BgClassName
{
background-color: #CB385B;
}
</style>
border-color css
<style>
span { border-color: #CB385B; }
span { border-color: rgb(203,56,91); }
td.TdClassName
{
border-color: #CB385B;
}
.TagClassName
{
border-color: #CB385B;
}
</style>