Shades of Ruby #CB006A
Tints of Ruby #CB006A
RGB
CMYK
RGB Variations
Color information
#CB006A (or 0xCB006A) is known color: Ruby. HEX triplet: CB, 00 and 6A. RGB value is (203,0,106). Sum of RGB (Red+Green+Blue) = 203+0+106=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB006A is #34FF95. Grayscale: #484848. Windows color (decimal): -3473302 or 6947019. OLE color: 6947019.
HSL color Cylindrical-coordinate representation of color #CB006A: hue angle of 328.67º 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 #CB006A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.48 | 0.20 |
| HSL | 328.67º | 1% | 0.4% | - |
| HSV(B) | 328.67º | 1% | 0.8% | - |
| XYZ | 27.23 | 13.74 | 14.85 | - |
| YUV | 72.78 | 146.75 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 106 | 0 | 1 | 0.48 | 0.20 | 328.67 | 1 | 0.4 |
| Hex | CB | 0 | 6A | 0 | 64 | 30 | 14 | 149 | 64 | 28 |
| Octal | 313 | 0 | 152 | 0 | 144 | 60 | 24 | 511 | 144 | 50 |
| Binary | 11001011 | 0 | 1101010 | 0 | 1100100 | 110000 | 10100 | 101001001 | 1100100 | 101000 |
Color Harmonies of #CB006A
Complementary color
Monochromatic Colors of #CB006A
Black with #CB006A
Text Example
Text Example
White with #CB006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB006A; }
p { color: rgb(203,0,106); }
H1.HeaderClassName
{
color: #CB006A;
}
.AnyTagClassName
{
color: #CB006A;
}
</style>
background-color css
<style>
a { background-color: #CB006A; }
a { background-color: rgb(203,0,106); }
div.DivClassName
{
background-color: #CB006A;
}
.BgClassName
{
background-color: #CB006A;
}
</style>
border-color css
<style>
span { border-color: #CB006A; }
span { border-color: rgb(203,0,106); }
td.TdClassName
{
border-color: #CB006A;
}
.TagClassName
{
border-color: #CB006A;
}
</style>