Shades of Old Rose #CB324E
Tints of Old Rose #CB324E
RGB
CMYK
RGB Variations
Color information
#CB324E (or 0xCB324E) is known color: Old Rose. HEX triplet: CB, 32 and 4E. RGB value is (203,50,78). Sum of RGB (Red+Green+Blue) = 203+50+78=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB324E is #34CDB1. Grayscale: #626262. Windows color (decimal): -3460530 or 5124811. OLE color: 5124811.
HSL color Cylindrical-coordinate representation of color #CB324E: hue angle of 349.02º 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 #CB324E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 78 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.20 |
| HSL | 349.02º | 0.6% | 0.5% | - |
| HSV(B) | 349.02º | 0.75% | 0.8% | - |
| XYZ | 27.14 | 15.53 | 8.77 | - |
| YUV | 98.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 78 | 0 | 0.75 | 0.62 | 0.20 | 349.02 | 0.6 | 0.5 |
| Hex | CB | 32 | 4E | 0 | 4B | 3E | 14 | 15D | 3C | 32 |
| Octal | 313 | 62 | 116 | 0 | 113 | 76 | 24 | 535 | 74 | 62 |
| Binary | 11001011 | 110010 | 1001110 | 0 | 1001011 | 111110 | 10100 | 101011101 | 111100 | 110010 |
Color Harmonies of #CB324E
Complementary color
Monochromatic Colors of #CB324E
Black with #CB324E
Text Example
Text Example
White with #CB324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB324E; }
p { color: rgb(203,50,78); }
H1.HeaderClassName
{
color: #CB324E;
}
.AnyTagClassName
{
color: #CB324E;
}
</style>
background-color css
<style>
a { background-color: #CB324E; }
a { background-color: rgb(203,50,78); }
div.DivClassName
{
background-color: #CB324E;
}
.BgClassName
{
background-color: #CB324E;
}
</style>
border-color css
<style>
span { border-color: #CB324E; }
span { border-color: rgb(203,50,78); }
td.TdClassName
{
border-color: #CB324E;
}
.TagClassName
{
border-color: #CB324E;
}
</style>