Shades of Ruby #CB0964
Tints of Ruby #CB0964
RGB
CMYK
RGB Variations
Color information
#CB0964 (or 0xCB0964) is known color: Ruby. HEX triplet: CB, 09 and 64. RGB value is (203,9,100). Sum of RGB (Red+Green+Blue) = 203+9+100=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0964 is #34F69B. Grayscale: #4D4D4D. Windows color (decimal): -3471004 or 6556107. OLE color: 6556107.
HSL color Cylindrical-coordinate representation of color #CB0964: hue angle of 331.86º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0964 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.20 |
| HSL | 331.86º | 0.92% | 0.42% | - |
| HSV(B) | 331.86º | 0.96% | 0.8% | - |
| XYZ | 27.03 | 13.81 | 13.3 | - |
| YUV | 77.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 100 | 0 | 0.96 | 0.51 | 0.20 | 331.86 | 0.92 | 0.42 |
| Hex | CB | 9 | 64 | 0 | 60 | 33 | 14 | 14C | 5C | 2A |
| Octal | 313 | 11 | 144 | 0 | 140 | 63 | 24 | 514 | 134 | 52 |
| Binary | 11001011 | 1001 | 1100100 | 0 | 1100000 | 110011 | 10100 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CB0964
Complementary color
Monochromatic Colors of #CB0964
Black with #CB0964
Text Example
Text Example
White with #CB0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0964; }
p { color: rgb(203,9,100); }
H1.HeaderClassName
{
color: #CB0964;
}
.AnyTagClassName
{
color: #CB0964;
}
</style>
background-color css
<style>
a { background-color: #CB0964; }
a { background-color: rgb(203,9,100); }
div.DivClassName
{
background-color: #CB0964;
}
.BgClassName
{
background-color: #CB0964;
}
</style>
border-color css
<style>
span { border-color: #CB0964; }
span { border-color: rgb(203,9,100); }
td.TdClassName
{
border-color: #CB0964;
}
.TagClassName
{
border-color: #CB0964;
}
</style>