Shades of Old Rose #CB3255
Tints of Old Rose #CB3255
RGB
CMYK
RGB Variations
Color information
#CB3255 (or 0xCB3255) is known color: Old Rose. HEX triplet: CB, 32 and 55. RGB value is (203,50,85). Sum of RGB (Red+Green+Blue) = 203+50+85=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3255 is #34CDAA. Grayscale: #636363. Windows color (decimal): -3460523 or 5583563. OLE color: 5583563.
HSL color Cylindrical-coordinate representation of color #CB3255: hue angle of 346.27º 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 #CB3255 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 85 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.20 |
| HSL | 346.27º | 0.6% | 0.5% | - |
| HSV(B) | 346.27º | 0.75% | 0.8% | - |
| XYZ | 27.41 | 15.63 | 10.17 | - |
| YUV | 99.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 85 | 0 | 0.75 | 0.58 | 0.20 | 346.27 | 0.6 | 0.5 |
| Hex | CB | 32 | 55 | 0 | 4B | 3A | 14 | 15A | 3C | 32 |
| Octal | 313 | 62 | 125 | 0 | 113 | 72 | 24 | 532 | 74 | 62 |
| Binary | 11001011 | 110010 | 1010101 | 0 | 1001011 | 111010 | 10100 | 101011010 | 111100 | 110010 |
Color Harmonies of #CB3255
Complementary color
Monochromatic Colors of #CB3255
Black with #CB3255
Text Example
Text Example
White with #CB3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3255; }
p { color: rgb(203,50,85); }
H1.HeaderClassName
{
color: #CB3255;
}
.AnyTagClassName
{
color: #CB3255;
}
</style>
background-color css
<style>
a { background-color: #CB3255; }
a { background-color: rgb(203,50,85); }
div.DivClassName
{
background-color: #CB3255;
}
.BgClassName
{
background-color: #CB3255;
}
</style>
border-color css
<style>
span { border-color: #CB3255; }
span { border-color: rgb(203,50,85); }
td.TdClassName
{
border-color: #CB3255;
}
.TagClassName
{
border-color: #CB3255;
}
</style>