Shades of Ruby #CB0665
Tints of Ruby #CB0665
RGB
CMYK
RGB Variations
Color information
#CB0665 (or 0xCB0665) is known color: Ruby. HEX triplet: CB, 06 and 65. RGB value is (203,6,101). Sum of RGB (Red+Green+Blue) = 203+6+101=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0665 is #34F99A. Grayscale: #4B4B4B. Windows color (decimal): -3471771 or 6620875. OLE color: 6620875.
HSL color Cylindrical-coordinate representation of color #CB0665: hue angle of 331.07º 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 #CB0665 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.20 |
| HSL | 331.07º | 0.94% | 0.41% | - |
| HSV(B) | 331.07º | 0.97% | 0.8% | - |
| XYZ | 27.04 | 13.77 | 13.54 | - |
| YUV | 75.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 101 | 0 | 0.97 | 0.50 | 0.20 | 331.07 | 0.94 | 0.41 |
| Hex | CB | 6 | 65 | 0 | 61 | 32 | 14 | 14B | 5E | 29 |
| Octal | 313 | 6 | 145 | 0 | 141 | 62 | 24 | 513 | 136 | 51 |
| Binary | 11001011 | 110 | 1100101 | 0 | 1100001 | 110010 | 10100 | 101001011 | 1011110 | 101001 |
Color Harmonies of #CB0665
Complementary color
Monochromatic Colors of #CB0665
Black with #CB0665
Text Example
Text Example
White with #CB0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0665; }
p { color: rgb(203,6,101); }
H1.HeaderClassName
{
color: #CB0665;
}
.AnyTagClassName
{
color: #CB0665;
}
</style>
background-color css
<style>
a { background-color: #CB0665; }
a { background-color: rgb(203,6,101); }
div.DivClassName
{
background-color: #CB0665;
}
.BgClassName
{
background-color: #CB0665;
}
</style>
border-color css
<style>
span { border-color: #CB0665; }
span { border-color: rgb(203,6,101); }
td.TdClassName
{
border-color: #CB0665;
}
.TagClassName
{
border-color: #CB0665;
}
</style>