Shades of Old Rose #CB3258
Tints of Old Rose #CB3258
RGB
CMYK
RGB Variations
Color information
#CB3258 (or 0xCB3258) is known color: Old Rose. HEX triplet: CB, 32 and 58. RGB value is (203,50,88). Sum of RGB (Red+Green+Blue) = 203+50+88=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3258 is #34CDA7. Grayscale: #646464. Windows color (decimal): -3460520 or 5780171. OLE color: 5780171.
HSL color Cylindrical-coordinate representation of color #CB3258: hue angle of 345.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3258 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 88 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.20 |
| HSL | 345.1º | 0.6% | 0.5% | - |
| HSV(B) | 345.1º | 0.75% | 0.8% | - |
| XYZ | 27.53 | 15.68 | 10.81 | - |
| YUV | 100.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 88 | 0 | 0.75 | 0.57 | 0.20 | 345.1 | 0.6 | 0.5 |
| Hex | CB | 32 | 58 | 0 | 4B | 39 | 14 | 159 | 3C | 32 |
| Octal | 313 | 62 | 130 | 0 | 113 | 71 | 24 | 531 | 74 | 62 |
| Binary | 11001011 | 110010 | 1011000 | 0 | 1001011 | 111001 | 10100 | 101011001 | 111100 | 110010 |
Color Harmonies of #CB3258
Complementary color
Monochromatic Colors of #CB3258
Black with #CB3258
Text Example
Text Example
White with #CB3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3258; }
p { color: rgb(203,50,88); }
H1.HeaderClassName
{
color: #CB3258;
}
.AnyTagClassName
{
color: #CB3258;
}
</style>
background-color css
<style>
a { background-color: #CB3258; }
a { background-color: rgb(203,50,88); }
div.DivClassName
{
background-color: #CB3258;
}
.BgClassName
{
background-color: #CB3258;
}
</style>
border-color css
<style>
span { border-color: #CB3258; }
span { border-color: rgb(203,50,88); }
td.TdClassName
{
border-color: #CB3258;
}
.TagClassName
{
border-color: #CB3258;
}
</style>