Shades of Ruby #CB0669
Tints of Ruby #CB0669
RGB
CMYK
RGB Variations
Color information
#CB0669 (or 0xCB0669) is known color: Ruby. HEX triplet: CB, 06 and 69. RGB value is (203,6,105). Sum of RGB (Red+Green+Blue) = 203+6+105=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0669 is #34F996. Grayscale: #4B4B4B. Windows color (decimal): -3471767 or 6883019. OLE color: 6883019.
HSL color Cylindrical-coordinate representation of color #CB0669: hue angle of 329.85º 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 #CB0669 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.20 |
| HSL | 329.85º | 0.94% | 0.41% | - |
| HSV(B) | 329.85º | 0.97% | 0.8% | - |
| XYZ | 27.24 | 13.85 | 14.6 | - |
| YUV | 76.19 | 144.27 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 105 | 0 | 0.97 | 0.48 | 0.20 | 329.85 | 0.94 | 0.41 |
| Hex | CB | 6 | 69 | 0 | 61 | 30 | 14 | 14A | 5E | 29 |
| Octal | 313 | 6 | 151 | 0 | 141 | 60 | 24 | 512 | 136 | 51 |
| Binary | 11001011 | 110 | 1101001 | 0 | 1100001 | 110000 | 10100 | 101001010 | 1011110 | 101001 |
Color Harmonies of #CB0669
Complementary color
Monochromatic Colors of #CB0669
Black with #CB0669
Text Example
Text Example
White with #CB0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0669; }
p { color: rgb(203,6,105); }
H1.HeaderClassName
{
color: #CB0669;
}
.AnyTagClassName
{
color: #CB0669;
}
</style>
background-color css
<style>
a { background-color: #CB0669; }
a { background-color: rgb(203,6,105); }
div.DivClassName
{
background-color: #CB0669;
}
.BgClassName
{
background-color: #CB0669;
}
</style>
border-color css
<style>
span { border-color: #CB0669; }
span { border-color: rgb(203,6,105); }
td.TdClassName
{
border-color: #CB0669;
}
.TagClassName
{
border-color: #CB0669;
}
</style>