Shades of Ruby #CB085F
Tints of Ruby #CB085F
RGB
CMYK
RGB Variations
Color information
#CB085F (or 0xCB085F) is known color: Ruby. HEX triplet: CB, 08 and 5F. RGB value is (203,8,95). Sum of RGB (Red+Green+Blue) = 203+8+95=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB085F is #34F7A0. Grayscale: #4C4C4C. Windows color (decimal): -3471265 or 6228171. OLE color: 6228171.
HSL color Cylindrical-coordinate representation of color #CB085F: hue angle of 333.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB085F is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 95 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.20 |
| HSL | 333.23º | 0.92% | 0.41% | - |
| HSV(B) | 333.23º | 0.96% | 0.8% | - |
| XYZ | 26.78 | 13.7 | 12.06 | - |
| YUV | 76.22 | 138.6 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 95 | 0 | 0.96 | 0.53 | 0.20 | 333.23 | 0.92 | 0.41 |
| Hex | CB | 8 | 5F | 0 | 60 | 35 | 14 | 14D | 5C | 29 |
| Octal | 313 | 10 | 137 | 0 | 140 | 65 | 24 | 515 | 134 | 51 |
| Binary | 11001011 | 1000 | 1011111 | 0 | 1100000 | 110101 | 10100 | 101001101 | 1011100 | 101001 |
Color Harmonies of #CB085F
Complementary color
Monochromatic Colors of #CB085F
Black with #CB085F
Text Example
Text Example
White with #CB085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB085F; }
p { color: rgb(203,8,95); }
H1.HeaderClassName
{
color: #CB085F;
}
.AnyTagClassName
{
color: #CB085F;
}
</style>
background-color css
<style>
a { background-color: #CB085F; }
a { background-color: rgb(203,8,95); }
div.DivClassName
{
background-color: #CB085F;
}
.BgClassName
{
background-color: #CB085F;
}
</style>
border-color css
<style>
span { border-color: #CB085F; }
span { border-color: rgb(203,8,95); }
td.TdClassName
{
border-color: #CB085F;
}
.TagClassName
{
border-color: #CB085F;
}
</style>