Shades of Old Rose #CB3655
Tints of Old Rose #CB3655
RGB
CMYK
RGB Variations
Color information
#CB3655 (or 0xCB3655) is known color: Old Rose. HEX triplet: CB, 36 and 55. RGB value is (203,54,85). Sum of RGB (Red+Green+Blue) = 203+54+85=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3655 is #34C9AA. Grayscale: #666666. Windows color (decimal): -3459499 or 5584587. OLE color: 5584587.
HSL color Cylindrical-coordinate representation of color #CB3655: hue angle of 347.52º 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 #CB3655 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 85 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.20 |
| HSL | 347.52º | 0.59% | 0.5% | - |
| HSV(B) | 347.52º | 0.73% | 0.8% | - |
| XYZ | 27.59 | 15.99 | 10.23 | - |
| YUV | 102.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 85 | 0 | 0.73 | 0.58 | 0.20 | 347.52 | 0.59 | 0.5 |
| Hex | CB | 36 | 55 | 0 | 49 | 3A | 14 | 15C | 3B | 32 |
| Octal | 313 | 66 | 125 | 0 | 111 | 72 | 24 | 534 | 73 | 62 |
| Binary | 11001011 | 110110 | 1010101 | 0 | 1001001 | 111010 | 10100 | 101011100 | 111011 | 110010 |
Color Harmonies of #CB3655
Complementary color
Monochromatic Colors of #CB3655
Black with #CB3655
Text Example
Text Example
White with #CB3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3655; }
p { color: rgb(203,54,85); }
H1.HeaderClassName
{
color: #CB3655;
}
.AnyTagClassName
{
color: #CB3655;
}
</style>
background-color css
<style>
a { background-color: #CB3655; }
a { background-color: rgb(203,54,85); }
div.DivClassName
{
background-color: #CB3655;
}
.BgClassName
{
background-color: #CB3655;
}
</style>
border-color css
<style>
span { border-color: #CB3655; }
span { border-color: rgb(203,54,85); }
td.TdClassName
{
border-color: #CB3655;
}
.TagClassName
{
border-color: #CB3655;
}
</style>