Shades of Old Rose #CB3658
Tints of Old Rose #CB3658
RGB
CMYK
RGB Variations
Color information
#CB3658 (or 0xCB3658) is known color: Old Rose. HEX triplet: CB, 36 and 58. RGB value is (203,54,88). Sum of RGB (Red+Green+Blue) = 203+54+88=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3658 is #34C9A7. Grayscale: #666666. Windows color (decimal): -3459496 or 5781195. OLE color: 5781195.
HSL color Cylindrical-coordinate representation of color #CB3658: hue angle of 346.31º 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 #CB3658 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 88 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.20 |
| HSL | 346.31º | 0.59% | 0.5% | - |
| HSV(B) | 346.31º | 0.73% | 0.8% | - |
| XYZ | 27.71 | 16.04 | 10.87 | - |
| YUV | 102.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 88 | 0 | 0.73 | 0.57 | 0.20 | 346.31 | 0.59 | 0.5 |
| Hex | CB | 36 | 58 | 0 | 49 | 39 | 14 | 15A | 3B | 32 |
| Octal | 313 | 66 | 130 | 0 | 111 | 71 | 24 | 532 | 73 | 62 |
| Binary | 11001011 | 110110 | 1011000 | 0 | 1001001 | 111001 | 10100 | 101011010 | 111011 | 110010 |
Color Harmonies of #CB3658
Complementary color
Monochromatic Colors of #CB3658
Black with #CB3658
Text Example
Text Example
White with #CB3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3658; }
p { color: rgb(203,54,88); }
H1.HeaderClassName
{
color: #CB3658;
}
.AnyTagClassName
{
color: #CB3658;
}
</style>
background-color css
<style>
a { background-color: #CB3658; }
a { background-color: rgb(203,54,88); }
div.DivClassName
{
background-color: #CB3658;
}
.BgClassName
{
background-color: #CB3658;
}
</style>
border-color css
<style>
span { border-color: #CB3658; }
span { border-color: rgb(203,54,88); }
td.TdClassName
{
border-color: #CB3658;
}
.TagClassName
{
border-color: #CB3658;
}
</style>