Shades of Ruby #CB0067
Tints of Ruby #CB0067
RGB
CMYK
RGB Variations
Color information
#CB0067 (or 0xCB0067) is known color: Ruby. HEX triplet: CB, 00 and 67. RGB value is (203,0,103). Sum of RGB (Red+Green+Blue) = 203+0+103=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0067 is #34FF98. Grayscale: #484848. Windows color (decimal): -3473305 or 6750411. OLE color: 6750411.
HSL color Cylindrical-coordinate representation of color #CB0067: hue angle of 329.56º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0067 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.49 | 0.20 |
| HSL | 329.56º | 1% | 0.4% | - |
| HSV(B) | 329.56º | 1% | 0.8% | - |
| XYZ | 27.08 | 13.68 | 14.04 | - |
| YUV | 72.44 | 145.25 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 103 | 0 | 1 | 0.49 | 0.20 | 329.56 | 1 | 0.4 |
| Hex | CB | 0 | 67 | 0 | 64 | 31 | 14 | 14A | 64 | 28 |
| Octal | 313 | 0 | 147 | 0 | 144 | 61 | 24 | 512 | 144 | 50 |
| Binary | 11001011 | 0 | 1100111 | 0 | 1100100 | 110001 | 10100 | 101001010 | 1100100 | 101000 |
Color Harmonies of #CB0067
Complementary color
Monochromatic Colors of #CB0067
Black with #CB0067
Text Example
Text Example
White with #CB0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0067; }
p { color: rgb(203,0,103); }
H1.HeaderClassName
{
color: #CB0067;
}
.AnyTagClassName
{
color: #CB0067;
}
</style>
background-color css
<style>
a { background-color: #CB0067; }
a { background-color: rgb(203,0,103); }
div.DivClassName
{
background-color: #CB0067;
}
.BgClassName
{
background-color: #CB0067;
}
</style>
border-color css
<style>
span { border-color: #CB0067; }
span { border-color: rgb(203,0,103); }
td.TdClassName
{
border-color: #CB0067;
}
.TagClassName
{
border-color: #CB0067;
}
</style>