Shades of Ruby #CB065B
Tints of Ruby #CB065B
RGB
CMYK
RGB Variations
Color information
#CB065B (or 0xCB065B) is known color: Ruby. HEX triplet: CB, 06 and 5B. RGB value is (203,6,91). Sum of RGB (Red+Green+Blue) = 203+6+91=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB065B is #34F9A4. Grayscale: #4A4A4A. Windows color (decimal): -3471781 or 5965515. OLE color: 5965515.
HSL color Cylindrical-coordinate representation of color #CB065B: hue angle of 334.11º 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 #CB065B is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.20 |
| HSL | 334.11º | 0.94% | 0.41% | - |
| HSV(B) | 334.11º | 0.97% | 0.8% | - |
| XYZ | 26.58 | 13.58 | 11.12 | - |
| YUV | 74.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 91 | 0 | 0.97 | 0.55 | 0.20 | 334.11 | 0.94 | 0.41 |
| Hex | CB | 6 | 5B | 0 | 61 | 37 | 14 | 14E | 5E | 29 |
| Octal | 313 | 6 | 133 | 0 | 141 | 67 | 24 | 516 | 136 | 51 |
| Binary | 11001011 | 110 | 1011011 | 0 | 1100001 | 110111 | 10100 | 101001110 | 1011110 | 101001 |
Color Harmonies of #CB065B
Complementary color
Monochromatic Colors of #CB065B
Black with #CB065B
Text Example
Text Example
White with #CB065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB065B; }
p { color: rgb(203,6,91); }
H1.HeaderClassName
{
color: #CB065B;
}
.AnyTagClassName
{
color: #CB065B;
}
</style>
background-color css
<style>
a { background-color: #CB065B; }
a { background-color: rgb(203,6,91); }
div.DivClassName
{
background-color: #CB065B;
}
.BgClassName
{
background-color: #CB065B;
}
</style>
border-color css
<style>
span { border-color: #CB065B; }
span { border-color: rgb(203,6,91); }
td.TdClassName
{
border-color: #CB065B;
}
.TagClassName
{
border-color: #CB065B;
}
</style>