Shades of Ruby #CB076C
Tints of Ruby #CB076C
RGB
CMYK
RGB Variations
Color information
#CB076C (or 0xCB076C) is known color: Ruby. HEX triplet: CB, 07 and 6C. RGB value is (203,7,108). Sum of RGB (Red+Green+Blue) = 203+7+108=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB076C is #34F893. Grayscale: #4C4C4C. Windows color (decimal): -3471508 or 7079883. OLE color: 7079883.
HSL color Cylindrical-coordinate representation of color #CB076C: hue angle of 329.08º degrees, saturation: 0.93, 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 #CB076C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.20 |
| HSL | 329.08º | 0.93% | 0.41% | - |
| HSV(B) | 329.08º | 0.97% | 0.8% | - |
| XYZ | 27.41 | 13.93 | 15.43 | - |
| YUV | 77.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 108 | 0 | 0.97 | 0.47 | 0.20 | 329.08 | 0.93 | 0.41 |
| Hex | CB | 7 | 6C | 0 | 61 | 2F | 14 | 149 | 5D | 29 |
| Octal | 313 | 7 | 154 | 0 | 141 | 57 | 24 | 511 | 135 | 51 |
| Binary | 11001011 | 111 | 1101100 | 0 | 1100001 | 101111 | 10100 | 101001001 | 1011101 | 101001 |
Color Harmonies of #CB076C
Complementary color
Monochromatic Colors of #CB076C
Black with #CB076C
Text Example
Text Example
White with #CB076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB076C; }
p { color: rgb(203,7,108); }
H1.HeaderClassName
{
color: #CB076C;
}
.AnyTagClassName
{
color: #CB076C;
}
</style>
background-color css
<style>
a { background-color: #CB076C; }
a { background-color: rgb(203,7,108); }
div.DivClassName
{
background-color: #CB076C;
}
.BgClassName
{
background-color: #CB076C;
}
</style>
border-color css
<style>
span { border-color: #CB076C; }
span { border-color: rgb(203,7,108); }
td.TdClassName
{
border-color: #CB076C;
}
.TagClassName
{
border-color: #CB076C;
}
</style>