Shades of Old Rose #CB235A
Tints of Old Rose #CB235A
RGB
CMYK
RGB Variations
Color information
#CB235A (or 0xCB235A) is known color: Old Rose. HEX triplet: CB, 23 and 5A. RGB value is (203,35,90). Sum of RGB (Red+Green+Blue) = 203+35+90=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB235A is #34DCA5. Grayscale: #5B5B5B. Windows color (decimal): -3464358 or 5907403. OLE color: 5907403.
HSL color Cylindrical-coordinate representation of color #CB235A: hue angle of 340.36º 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 #CB235A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 90 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.20 |
| HSL | 340.36º | 0.71% | 0.47% | - |
| HSV(B) | 340.36º | 0.83% | 0.8% | - |
| XYZ | 27.08 | 14.64 | 11.07 | - |
| YUV | 91.5 | 127.16 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 90 | 0 | 0.83 | 0.56 | 0.20 | 340.36 | 0.71 | 0.47 |
| Hex | CB | 23 | 5A | 0 | 53 | 38 | 14 | 154 | 47 | 2F |
| Octal | 313 | 43 | 132 | 0 | 123 | 70 | 24 | 524 | 107 | 57 |
| Binary | 11001011 | 100011 | 1011010 | 0 | 1010011 | 111000 | 10100 | 101010100 | 1000111 | 101111 |
Color Harmonies of #CB235A
Complementary color
Monochromatic Colors of #CB235A
Black with #CB235A
Text Example
Text Example
White with #CB235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB235A; }
p { color: rgb(203,35,90); }
H1.HeaderClassName
{
color: #CB235A;
}
.AnyTagClassName
{
color: #CB235A;
}
</style>
background-color css
<style>
a { background-color: #CB235A; }
a { background-color: rgb(203,35,90); }
div.DivClassName
{
background-color: #CB235A;
}
.BgClassName
{
background-color: #CB235A;
}
</style>
border-color css
<style>
span { border-color: #CB235A; }
span { border-color: rgb(203,35,90); }
td.TdClassName
{
border-color: #CB235A;
}
.TagClassName
{
border-color: #CB235A;
}
</style>