Shades of Ruby #CB0865
Tints of Ruby #CB0865
RGB
CMYK
RGB Variations
Color information
#CB0865 (or 0xCB0865) is known color: Ruby. HEX triplet: CB, 08 and 65. RGB value is (203,8,101). Sum of RGB (Red+Green+Blue) = 203+8+101=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0865 is #34F79A. Grayscale: #4C4C4C. Windows color (decimal): -3471259 or 6621387. OLE color: 6621387.
HSL color Cylindrical-coordinate representation of color #CB0865: hue angle of 331.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0865 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.20 |
| HSL | 331.38º | 0.92% | 0.41% | - |
| HSV(B) | 331.38º | 0.96% | 0.8% | - |
| XYZ | 27.06 | 13.81 | 13.55 | - |
| YUV | 76.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 101 | 0 | 0.96 | 0.50 | 0.20 | 331.38 | 0.92 | 0.41 |
| Hex | CB | 8 | 65 | 0 | 60 | 32 | 14 | 14B | 5C | 29 |
| Octal | 313 | 10 | 145 | 0 | 140 | 62 | 24 | 513 | 134 | 51 |
| Binary | 11001011 | 1000 | 1100101 | 0 | 1100000 | 110010 | 10100 | 101001011 | 1011100 | 101001 |
Color Harmonies of #CB0865
Complementary color
Monochromatic Colors of #CB0865
Black with #CB0865
Text Example
Text Example
White with #CB0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0865; }
p { color: rgb(203,8,101); }
H1.HeaderClassName
{
color: #CB0865;
}
.AnyTagClassName
{
color: #CB0865;
}
</style>
background-color css
<style>
a { background-color: #CB0865; }
a { background-color: rgb(203,8,101); }
div.DivClassName
{
background-color: #CB0865;
}
.BgClassName
{
background-color: #CB0865;
}
</style>
border-color css
<style>
span { border-color: #CB0865; }
span { border-color: rgb(203,8,101); }
td.TdClassName
{
border-color: #CB0865;
}
.TagClassName
{
border-color: #CB0865;
}
</style>