Shades of Ruby #CB066C
Tints of Ruby #CB066C
RGB
CMYK
RGB Variations
Color information
#CB066C (or 0xCB066C) is known color: Ruby. HEX triplet: CB, 06 and 6C. RGB value is (203,6,108). Sum of RGB (Red+Green+Blue) = 203+6+108=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB066C is #34F993. Grayscale: #4C4C4C. Windows color (decimal): -3471764 or 7079627. OLE color: 7079627.
HSL color Cylindrical-coordinate representation of color #CB066C: hue angle of 328.93º 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 #CB066C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.20 |
| HSL | 328.93º | 0.94% | 0.41% | - |
| HSV(B) | 328.93º | 0.97% | 0.8% | - |
| XYZ | 27.4 | 13.91 | 15.43 | - |
| YUV | 76.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 108 | 0 | 0.97 | 0.47 | 0.20 | 328.93 | 0.94 | 0.41 |
| Hex | CB | 6 | 6C | 0 | 61 | 2F | 14 | 149 | 5E | 29 |
| Octal | 313 | 6 | 154 | 0 | 141 | 57 | 24 | 511 | 136 | 51 |
| Binary | 11001011 | 110 | 1101100 | 0 | 1100001 | 101111 | 10100 | 101001001 | 1011110 | 101001 |
Color Harmonies of #CB066C
Complementary color
Monochromatic Colors of #CB066C
Black with #CB066C
Text Example
Text Example
White with #CB066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB066C; }
p { color: rgb(203,6,108); }
H1.HeaderClassName
{
color: #CB066C;
}
.AnyTagClassName
{
color: #CB066C;
}
</style>
background-color css
<style>
a { background-color: #CB066C; }
a { background-color: rgb(203,6,108); }
div.DivClassName
{
background-color: #CB066C;
}
.BgClassName
{
background-color: #CB066C;
}
</style>
border-color css
<style>
span { border-color: #CB066C; }
span { border-color: rgb(203,6,108); }
td.TdClassName
{
border-color: #CB066C;
}
.TagClassName
{
border-color: #CB066C;
}
</style>