Shades of Ruby #CB1C60
Tints of Ruby #CB1C60
RGB
CMYK
RGB Variations
Color information
#CB1C60 (or 0xCB1C60) is known color: Ruby. HEX triplet: CB, 1C and 60. RGB value is (203,28,96). Sum of RGB (Red+Green+Blue) = 203+28+96=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1C60 is #34E39F. Grayscale: #575757. Windows color (decimal): -3466144 or 6298827. OLE color: 6298827.
HSL color Cylindrical-coordinate representation of color #CB1C60: hue angle of 336.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C60 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 96 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.20 |
| HSL | 336.69º | 0.76% | 0.45% | - |
| HSV(B) | 336.69º | 0.86% | 0.8% | - |
| XYZ | 27.16 | 14.37 | 12.41 | - |
| YUV | 88.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 96 | 0 | 0.86 | 0.53 | 0.20 | 336.69 | 0.76 | 0.45 |
| Hex | CB | 1C | 60 | 0 | 56 | 35 | 14 | 151 | 4C | 2D |
| Octal | 313 | 34 | 140 | 0 | 126 | 65 | 24 | 521 | 114 | 55 |
| Binary | 11001011 | 11100 | 1100000 | 0 | 1010110 | 110101 | 10100 | 101010001 | 1001100 | 101101 |
Color Harmonies of #CB1C60
Complementary color
Monochromatic Colors of #CB1C60
Black with #CB1C60
Text Example
Text Example
White with #CB1C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C60; }
p { color: rgb(203,28,96); }
H1.HeaderClassName
{
color: #CB1C60;
}
.AnyTagClassName
{
color: #CB1C60;
}
</style>
background-color css
<style>
a { background-color: #CB1C60; }
a { background-color: rgb(203,28,96); }
div.DivClassName
{
background-color: #CB1C60;
}
.BgClassName
{
background-color: #CB1C60;
}
</style>
border-color css
<style>
span { border-color: #CB1C60; }
span { border-color: rgb(203,28,96); }
td.TdClassName
{
border-color: #CB1C60;
}
.TagClassName
{
border-color: #CB1C60;
}
</style>