Shades of Old Rose #CB325B
Tints of Old Rose #CB325B
RGB
CMYK
RGB Variations
Color information
#CB325B (or 0xCB325B) is known color: Old Rose. HEX triplet: CB, 32 and 5B. RGB value is (203,50,91). Sum of RGB (Red+Green+Blue) = 203+50+91=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB325B is #34CDA4. Grayscale: #646464. Windows color (decimal): -3460517 or 5976779. OLE color: 5976779.
HSL color Cylindrical-coordinate representation of color #CB325B: hue angle of 343.92º 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 #CB325B is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 91 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.20 |
| HSL | 343.92º | 0.6% | 0.5% | - |
| HSV(B) | 343.92º | 0.75% | 0.8% | - |
| XYZ | 27.66 | 15.73 | 11.48 | - |
| YUV | 100.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 91 | 0 | 0.75 | 0.55 | 0.20 | 343.92 | 0.6 | 0.5 |
| Hex | CB | 32 | 5B | 0 | 4B | 37 | 14 | 158 | 3C | 32 |
| Octal | 313 | 62 | 133 | 0 | 113 | 67 | 24 | 530 | 74 | 62 |
| Binary | 11001011 | 110010 | 1011011 | 0 | 1001011 | 110111 | 10100 | 101011000 | 111100 | 110010 |
Color Harmonies of #CB325B
Complementary color
Monochromatic Colors of #CB325B
Black with #CB325B
Text Example
Text Example
White with #CB325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB325B; }
p { color: rgb(203,50,91); }
H1.HeaderClassName
{
color: #CB325B;
}
.AnyTagClassName
{
color: #CB325B;
}
</style>
background-color css
<style>
a { background-color: #CB325B; }
a { background-color: rgb(203,50,91); }
div.DivClassName
{
background-color: #CB325B;
}
.BgClassName
{
background-color: #CB325B;
}
</style>
border-color css
<style>
span { border-color: #CB325B; }
span { border-color: rgb(203,50,91); }
td.TdClassName
{
border-color: #CB325B;
}
.TagClassName
{
border-color: #CB325B;
}
</style>