Shades of Ruby #CB065D
Tints of Ruby #CB065D
RGB
CMYK
RGB Variations
Color information
#CB065D (or 0xCB065D) is known color: Ruby. HEX triplet: CB, 06 and 5D. RGB value is (203,6,93). Sum of RGB (Red+Green+Blue) = 203+6+93=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB065D is #34F9A2. Grayscale: #4A4A4A. Windows color (decimal): -3471779 or 6096587. OLE color: 6096587.
HSL color Cylindrical-coordinate representation of color #CB065D: hue angle of 333.5º 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 #CB065D is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.20 |
| HSL | 333.5º | 0.94% | 0.41% | - |
| HSV(B) | 333.5º | 0.97% | 0.8% | - |
| XYZ | 26.67 | 13.62 | 11.58 | - |
| YUV | 74.82 | 138.27 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 93 | 0 | 0.97 | 0.54 | 0.20 | 333.5 | 0.94 | 0.41 |
| Hex | CB | 6 | 5D | 0 | 61 | 36 | 14 | 14E | 5E | 29 |
| Octal | 313 | 6 | 135 | 0 | 141 | 66 | 24 | 516 | 136 | 51 |
| Binary | 11001011 | 110 | 1011101 | 0 | 1100001 | 110110 | 10100 | 101001110 | 1011110 | 101001 |
Color Harmonies of #CB065D
Complementary color
Monochromatic Colors of #CB065D
Black with #CB065D
Text Example
Text Example
White with #CB065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB065D; }
p { color: rgb(203,6,93); }
H1.HeaderClassName
{
color: #CB065D;
}
.AnyTagClassName
{
color: #CB065D;
}
</style>
background-color css
<style>
a { background-color: #CB065D; }
a { background-color: rgb(203,6,93); }
div.DivClassName
{
background-color: #CB065D;
}
.BgClassName
{
background-color: #CB065D;
}
</style>
border-color css
<style>
span { border-color: #CB065D; }
span { border-color: rgb(203,6,93); }
td.TdClassName
{
border-color: #CB065D;
}
.TagClassName
{
border-color: #CB065D;
}
</style>