Shades of Ruby #CB065F
Tints of Ruby #CB065F
RGB
CMYK
RGB Variations
Color information
#CB065F (or 0xCB065F) is known color: Ruby. HEX triplet: CB, 06 and 5F. RGB value is (203,6,95). Sum of RGB (Red+Green+Blue) = 203+6+95=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB065F is #34F9A0. Grayscale: #4A4A4A. Windows color (decimal): -3471777 or 6227659. OLE color: 6227659.
HSL color Cylindrical-coordinate representation of color #CB065F: hue angle of 332.89º 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 #CB065F is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 95 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.20 |
| HSL | 332.89º | 0.94% | 0.41% | - |
| HSV(B) | 332.89º | 0.97% | 0.8% | - |
| XYZ | 26.76 | 13.65 | 12.05 | - |
| YUV | 75.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 95 | 0 | 0.97 | 0.53 | 0.20 | 332.89 | 0.94 | 0.41 |
| Hex | CB | 6 | 5F | 0 | 61 | 35 | 14 | 14D | 5E | 29 |
| Octal | 313 | 6 | 137 | 0 | 141 | 65 | 24 | 515 | 136 | 51 |
| Binary | 11001011 | 110 | 1011111 | 0 | 1100001 | 110101 | 10100 | 101001101 | 1011110 | 101001 |
Color Harmonies of #CB065F
Complementary color
Monochromatic Colors of #CB065F
Black with #CB065F
Text Example
Text Example
White with #CB065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB065F; }
p { color: rgb(203,6,95); }
H1.HeaderClassName
{
color: #CB065F;
}
.AnyTagClassName
{
color: #CB065F;
}
</style>
background-color css
<style>
a { background-color: #CB065F; }
a { background-color: rgb(203,6,95); }
div.DivClassName
{
background-color: #CB065F;
}
.BgClassName
{
background-color: #CB065F;
}
</style>
border-color css
<style>
span { border-color: #CB065F; }
span { border-color: rgb(203,6,95); }
td.TdClassName
{
border-color: #CB065F;
}
.TagClassName
{
border-color: #CB065F;
}
</style>