Shades of Ruby #CB0465
Tints of Ruby #CB0465
RGB
CMYK
RGB Variations
Color information
#CB0465 (or 0xCB0465) is known color: Ruby. HEX triplet: CB, 04 and 65. RGB value is (203,4,101). Sum of RGB (Red+Green+Blue) = 203+4+101=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0465 is #34FB9A. Grayscale: #4A4A4A. Windows color (decimal): -3472283 or 6620363. OLE color: 6620363.
HSL color Cylindrical-coordinate representation of color #CB0465: hue angle of 330.75º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0465 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.20 |
| HSL | 330.75º | 0.96% | 0.41% | - |
| HSV(B) | 330.75º | 0.98% | 0.8% | - |
| XYZ | 27.02 | 13.72 | 13.54 | - |
| YUV | 74.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 101 | 0 | 0.98 | 0.50 | 0.20 | 330.75 | 0.96 | 0.41 |
| Hex | CB | 4 | 65 | 0 | 62 | 32 | 14 | 14B | 60 | 29 |
| Octal | 313 | 4 | 145 | 0 | 142 | 62 | 24 | 513 | 140 | 51 |
| Binary | 11001011 | 100 | 1100101 | 0 | 1100010 | 110010 | 10100 | 101001011 | 1100000 | 101001 |
Color Harmonies of #CB0465
Complementary color
Monochromatic Colors of #CB0465
Black with #CB0465
Text Example
Text Example
White with #CB0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0465; }
p { color: rgb(203,4,101); }
H1.HeaderClassName
{
color: #CB0465;
}
.AnyTagClassName
{
color: #CB0465;
}
</style>
background-color css
<style>
a { background-color: #CB0465; }
a { background-color: rgb(203,4,101); }
div.DivClassName
{
background-color: #CB0465;
}
.BgClassName
{
background-color: #CB0465;
}
</style>
border-color css
<style>
span { border-color: #CB0465; }
span { border-color: rgb(203,4,101); }
td.TdClassName
{
border-color: #CB0465;
}
.TagClassName
{
border-color: #CB0465;
}
</style>