Shades of Old Rose #CB234A
Tints of Old Rose #CB234A
RGB
CMYK
RGB Variations
Color information
#CB234A (or 0xCB234A) is known color: Old Rose. HEX triplet: CB, 23 and 4A. RGB value is (203,35,74). Sum of RGB (Red+Green+Blue) = 203+35+74=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB234A is #34DCB5. Grayscale: #595959. Windows color (decimal): -3464374 or 4858827. OLE color: 4858827.
HSL color Cylindrical-coordinate representation of color #CB234A: hue angle of 346.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB234A is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 74 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.20 |
| HSL | 346.07º | 0.71% | 0.47% | - |
| HSV(B) | 346.07º | 0.83% | 0.8% | - |
| XYZ | 26.47 | 14.39 | 7.86 | - |
| YUV | 89.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 74 | 0 | 0.83 | 0.64 | 0.20 | 346.07 | 0.71 | 0.47 |
| Hex | CB | 23 | 4A | 0 | 53 | 40 | 14 | 15A | 47 | 2F |
| Octal | 313 | 43 | 112 | 0 | 123 | 100 | 24 | 532 | 107 | 57 |
| Binary | 11001011 | 100011 | 1001010 | 0 | 1010011 | 1000000 | 10100 | 101011010 | 1000111 | 101111 |
Color Harmonies of #CB234A
Complementary color
Monochromatic Colors of #CB234A
Black with #CB234A
Text Example
Text Example
White with #CB234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB234A; }
p { color: rgb(203,35,74); }
H1.HeaderClassName
{
color: #CB234A;
}
.AnyTagClassName
{
color: #CB234A;
}
</style>
background-color css
<style>
a { background-color: #CB234A; }
a { background-color: rgb(203,35,74); }
div.DivClassName
{
background-color: #CB234A;
}
.BgClassName
{
background-color: #CB234A;
}
</style>
border-color css
<style>
span { border-color: #CB234A; }
span { border-color: rgb(203,35,74); }
td.TdClassName
{
border-color: #CB234A;
}
.TagClassName
{
border-color: #CB234A;
}
</style>