Shades of Ruby #CB036B
Tints of Ruby #CB036B
RGB
CMYK
RGB Variations
Color information
#CB036B (or 0xCB036B) is known color: Ruby. HEX triplet: CB, 03 and 6B. RGB value is (203,3,107). Sum of RGB (Red+Green+Blue) = 203+3+107=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB036B is #34FC94. Grayscale: #4A4A4A. Windows color (decimal): -3472533 or 7013323. OLE color: 7013323.
HSL color Cylindrical-coordinate representation of color #CB036B: hue angle of 328.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB036B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.20 |
| HSL | 328.8º | 0.97% | 0.4% | - |
| HSV(B) | 328.8º | 0.99% | 0.8% | - |
| XYZ | 27.32 | 13.82 | 15.14 | - |
| YUV | 74.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 107 | 0 | 0.99 | 0.47 | 0.20 | 328.8 | 0.97 | 0.4 |
| Hex | CB | 3 | 6B | 0 | 63 | 2F | 14 | 149 | 61 | 28 |
| Octal | 313 | 3 | 153 | 0 | 143 | 57 | 24 | 511 | 141 | 50 |
| Binary | 11001011 | 11 | 1101011 | 0 | 1100011 | 101111 | 10100 | 101001001 | 1100001 | 101000 |
Color Harmonies of #CB036B
Complementary color
Monochromatic Colors of #CB036B
Black with #CB036B
Text Example
Text Example
White with #CB036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB036B; }
p { color: rgb(203,3,107); }
H1.HeaderClassName
{
color: #CB036B;
}
.AnyTagClassName
{
color: #CB036B;
}
</style>
background-color css
<style>
a { background-color: #CB036B; }
a { background-color: rgb(203,3,107); }
div.DivClassName
{
background-color: #CB036B;
}
.BgClassName
{
background-color: #CB036B;
}
</style>
border-color css
<style>
span { border-color: #CB036B; }
span { border-color: rgb(203,3,107); }
td.TdClassName
{
border-color: #CB036B;
}
.TagClassName
{
border-color: #CB036B;
}
</style>