Shades of Ruby #CB085C
Tints of Ruby #CB085C
RGB
CMYK
RGB Variations
Color information
#CB085C (or 0xCB085C) is known color: Ruby. HEX triplet: CB, 08 and 5C. RGB value is (203,8,92). Sum of RGB (Red+Green+Blue) = 203+8+92=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB085C is #34F7A3. Grayscale: #4B4B4B. Windows color (decimal): -3471268 or 6031563. OLE color: 6031563.
HSL color Cylindrical-coordinate representation of color #CB085C: hue angle of 334.15º 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 #CB085C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.20 |
| HSL | 334.15º | 0.92% | 0.41% | - |
| HSV(B) | 334.15º | 0.96% | 0.8% | - |
| XYZ | 26.65 | 13.64 | 11.35 | - |
| YUV | 75.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 92 | 0 | 0.96 | 0.55 | 0.20 | 334.15 | 0.92 | 0.41 |
| Hex | CB | 8 | 5C | 0 | 60 | 37 | 14 | 14E | 5C | 29 |
| Octal | 313 | 10 | 134 | 0 | 140 | 67 | 24 | 516 | 134 | 51 |
| Binary | 11001011 | 1000 | 1011100 | 0 | 1100000 | 110111 | 10100 | 101001110 | 1011100 | 101001 |
Color Harmonies of #CB085C
Complementary color
Monochromatic Colors of #CB085C
Black with #CB085C
Text Example
Text Example
White with #CB085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB085C; }
p { color: rgb(203,8,92); }
H1.HeaderClassName
{
color: #CB085C;
}
.AnyTagClassName
{
color: #CB085C;
}
</style>
background-color css
<style>
a { background-color: #CB085C; }
a { background-color: rgb(203,8,92); }
div.DivClassName
{
background-color: #CB085C;
}
.BgClassName
{
background-color: #CB085C;
}
</style>
border-color css
<style>
span { border-color: #CB085C; }
span { border-color: rgb(203,8,92); }
td.TdClassName
{
border-color: #CB085C;
}
.TagClassName
{
border-color: #CB085C;
}
</style>