Shades of Ruby #CB0965
Tints of Ruby #CB0965
RGB
CMYK
RGB Variations
Color information
#CB0965 (or 0xCB0965) is known color: Ruby. HEX triplet: CB, 09 and 65. RGB value is (203,9,101). Sum of RGB (Red+Green+Blue) = 203+9+101=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0965 is #34F69A. Grayscale: #4D4D4D. Windows color (decimal): -3471003 or 6621643. OLE color: 6621643.
HSL color Cylindrical-coordinate representation of color #CB0965: hue angle of 331.55º 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 #CB0965 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.20 |
| HSL | 331.55º | 0.92% | 0.42% | - |
| HSV(B) | 331.55º | 0.96% | 0.8% | - |
| XYZ | 27.08 | 13.83 | 13.55 | - |
| YUV | 77.49 | 141.27 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 101 | 0 | 0.96 | 0.50 | 0.20 | 331.55 | 0.92 | 0.42 |
| Hex | CB | 9 | 65 | 0 | 60 | 32 | 14 | 14C | 5C | 2A |
| Octal | 313 | 11 | 145 | 0 | 140 | 62 | 24 | 514 | 134 | 52 |
| Binary | 11001011 | 1001 | 1100101 | 0 | 1100000 | 110010 | 10100 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CB0965
Complementary color
Monochromatic Colors of #CB0965
Black with #CB0965
Text Example
Text Example
White with #CB0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0965; }
p { color: rgb(203,9,101); }
H1.HeaderClassName
{
color: #CB0965;
}
.AnyTagClassName
{
color: #CB0965;
}
</style>
background-color css
<style>
a { background-color: #CB0965; }
a { background-color: rgb(203,9,101); }
div.DivClassName
{
background-color: #CB0965;
}
.BgClassName
{
background-color: #CB0965;
}
</style>
border-color css
<style>
span { border-color: #CB0965; }
span { border-color: rgb(203,9,101); }
td.TdClassName
{
border-color: #CB0965;
}
.TagClassName
{
border-color: #CB0965;
}
</style>