Shades of Old Rose #CB3450
Tints of Old Rose #CB3450
RGB
CMYK
RGB Variations
Color information
#CB3450 (or 0xCB3450) is known color: Old Rose. HEX triplet: CB, 34 and 50. RGB value is (203,52,80). Sum of RGB (Red+Green+Blue) = 203+52+80=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3450 is #34CBAF. Grayscale: #646464. Windows color (decimal): -3460016 or 5256395. OLE color: 5256395.
HSL color Cylindrical-coordinate representation of color #CB3450: hue angle of 348.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3450 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 80 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.20 |
| HSL | 348.87º | 0.59% | 0.5% | - |
| HSV(B) | 348.87º | 0.74% | 0.8% | - |
| XYZ | 27.3 | 15.73 | 9.19 | - |
| YUV | 100.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 80 | 0 | 0.74 | 0.61 | 0.20 | 348.87 | 0.59 | 0.5 |
| Hex | CB | 34 | 50 | 0 | 4A | 3D | 14 | 15D | 3B | 32 |
| Octal | 313 | 64 | 120 | 0 | 112 | 75 | 24 | 535 | 73 | 62 |
| Binary | 11001011 | 110100 | 1010000 | 0 | 1001010 | 111101 | 10100 | 101011101 | 111011 | 110010 |
Color Harmonies of #CB3450
Complementary color
Monochromatic Colors of #CB3450
Black with #CB3450
Text Example
Text Example
White with #CB3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3450; }
p { color: rgb(203,52,80); }
H1.HeaderClassName
{
color: #CB3450;
}
.AnyTagClassName
{
color: #CB3450;
}
</style>
background-color css
<style>
a { background-color: #CB3450; }
a { background-color: rgb(203,52,80); }
div.DivClassName
{
background-color: #CB3450;
}
.BgClassName
{
background-color: #CB3450;
}
</style>
border-color css
<style>
span { border-color: #CB3450; }
span { border-color: rgb(203,52,80); }
td.TdClassName
{
border-color: #CB3450;
}
.TagClassName
{
border-color: #CB3450;
}
</style>