Shades of Ruby #CB065E
Tints of Ruby #CB065E
RGB
CMYK
RGB Variations
Color information
#CB065E (or 0xCB065E) is known color: Ruby. HEX triplet: CB, 06 and 5E. RGB value is (203,6,94). Sum of RGB (Red+Green+Blue) = 203+6+94=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB065E is #34F9A1. Grayscale: #4A4A4A. Windows color (decimal): -3471778 or 6162123. OLE color: 6162123.
HSL color Cylindrical-coordinate representation of color #CB065E: hue angle of 333.2º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB065E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.20 |
| HSL | 333.2º | 0.94% | 0.41% | - |
| HSV(B) | 333.2º | 0.97% | 0.8% | - |
| XYZ | 26.71 | 13.63 | 11.81 | - |
| YUV | 74.94 | 138.77 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 94 | 0 | 0.97 | 0.54 | 0.20 | 333.2 | 0.94 | 0.41 |
| Hex | CB | 6 | 5E | 0 | 61 | 36 | 14 | 14D | 5E | 29 |
| Octal | 313 | 6 | 136 | 0 | 141 | 66 | 24 | 515 | 136 | 51 |
| Binary | 11001011 | 110 | 1011110 | 0 | 1100001 | 110110 | 10100 | 101001101 | 1011110 | 101001 |
Color Harmonies of #CB065E
Complementary color
Monochromatic Colors of #CB065E
Black with #CB065E
Text Example
Text Example
White with #CB065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB065E; }
p { color: rgb(203,6,94); }
H1.HeaderClassName
{
color: #CB065E;
}
.AnyTagClassName
{
color: #CB065E;
}
</style>
background-color css
<style>
a { background-color: #CB065E; }
a { background-color: rgb(203,6,94); }
div.DivClassName
{
background-color: #CB065E;
}
.BgClassName
{
background-color: #CB065E;
}
</style>
border-color css
<style>
span { border-color: #CB065E; }
span { border-color: rgb(203,6,94); }
td.TdClassName
{
border-color: #CB065E;
}
.TagClassName
{
border-color: #CB065E;
}
</style>