Shades of Old Rose #CB225A
Tints of Old Rose #CB225A
RGB
CMYK
RGB Variations
Color information
#CB225A (or 0xCB225A) is known color: Old Rose. HEX triplet: CB, 22 and 5A. RGB value is (203,34,90). Sum of RGB (Red+Green+Blue) = 203+34+90=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB225A is #34DDA5. Grayscale: #5A5A5A. Windows color (decimal): -3464614 or 5907147. OLE color: 5907147.
HSL color Cylindrical-coordinate representation of color #CB225A: hue angle of 340.12º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB225A is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 90 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.20 |
| HSL | 340.12º | 0.71% | 0.46% | - |
| HSV(B) | 340.12º | 0.83% | 0.8% | - |
| XYZ | 27.05 | 14.58 | 11.06 | - |
| YUV | 90.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 90 | 0 | 0.83 | 0.56 | 0.20 | 340.12 | 0.71 | 0.46 |
| Hex | CB | 22 | 5A | 0 | 53 | 38 | 14 | 154 | 47 | 2E |
| Octal | 313 | 42 | 132 | 0 | 123 | 70 | 24 | 524 | 107 | 56 |
| Binary | 11001011 | 100010 | 1011010 | 0 | 1010011 | 111000 | 10100 | 101010100 | 1000111 | 101110 |
Color Harmonies of #CB225A
Complementary color
Monochromatic Colors of #CB225A
Black with #CB225A
Text Example
Text Example
White with #CB225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB225A; }
p { color: rgb(203,34,90); }
H1.HeaderClassName
{
color: #CB225A;
}
.AnyTagClassName
{
color: #CB225A;
}
</style>
background-color css
<style>
a { background-color: #CB225A; }
a { background-color: rgb(203,34,90); }
div.DivClassName
{
background-color: #CB225A;
}
.BgClassName
{
background-color: #CB225A;
}
</style>
border-color css
<style>
span { border-color: #CB225A; }
span { border-color: rgb(203,34,90); }
td.TdClassName
{
border-color: #CB225A;
}
.TagClassName
{
border-color: #CB225A;
}
</style>