Shades of Old Rose #CB324F
Tints of Old Rose #CB324F
RGB
CMYK
RGB Variations
Color information
#CB324F (or 0xCB324F) is known color: Old Rose. HEX triplet: CB, 32 and 4F. RGB value is (203,50,79). Sum of RGB (Red+Green+Blue) = 203+50+79=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB324F is #34CDB0. Grayscale: #636363. Windows color (decimal): -3460529 or 5190347. OLE color: 5190347.
HSL color Cylindrical-coordinate representation of color #CB324F: hue angle of 348.63º 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 #CB324F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 79 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.20 |
| HSL | 348.63º | 0.6% | 0.5% | - |
| HSV(B) | 348.63º | 0.75% | 0.8% | - |
| XYZ | 27.18 | 15.54 | 8.96 | - |
| YUV | 99.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 79 | 0 | 0.75 | 0.61 | 0.20 | 348.63 | 0.6 | 0.5 |
| Hex | CB | 32 | 4F | 0 | 4B | 3D | 14 | 15D | 3C | 32 |
| Octal | 313 | 62 | 117 | 0 | 113 | 75 | 24 | 535 | 74 | 62 |
| Binary | 11001011 | 110010 | 1001111 | 0 | 1001011 | 111101 | 10100 | 101011101 | 111100 | 110010 |
Color Harmonies of #CB324F
Complementary color
Monochromatic Colors of #CB324F
Black with #CB324F
Text Example
Text Example
White with #CB324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB324F; }
p { color: rgb(203,50,79); }
H1.HeaderClassName
{
color: #CB324F;
}
.AnyTagClassName
{
color: #CB324F;
}
</style>
background-color css
<style>
a { background-color: #CB324F; }
a { background-color: rgb(203,50,79); }
div.DivClassName
{
background-color: #CB324F;
}
.BgClassName
{
background-color: #CB324F;
}
</style>
border-color css
<style>
span { border-color: #CB324F; }
span { border-color: rgb(203,50,79); }
td.TdClassName
{
border-color: #CB324F;
}
.TagClassName
{
border-color: #CB324F;
}
</style>