Shades of Ruby #CB1469
Tints of Ruby #CB1469
RGB
CMYK
RGB Variations
Color information
#CB1469 (or 0xCB1469) is known color: Ruby. HEX triplet: CB, 14 and 69. RGB value is (203,20,105). Sum of RGB (Red+Green+Blue) = 203+20+105=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1469 is #34EB96. Grayscale: #545454. Windows color (decimal): -3468183 or 6886603. OLE color: 6886603.
HSL color Cylindrical-coordinate representation of color #CB1469: hue angle of 332.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1469 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.20 |
| HSL | 332.13º | 0.82% | 0.44% | - |
| HSV(B) | 332.13º | 0.9% | 0.8% | - |
| XYZ | 27.43 | 14.22 | 14.66 | - |
| YUV | 84.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 105 | 0 | 0.90 | 0.48 | 0.20 | 332.13 | 0.82 | 0.44 |
| Hex | CB | 14 | 69 | 0 | 5A | 30 | 14 | 14C | 52 | 2C |
| Octal | 313 | 24 | 151 | 0 | 132 | 60 | 24 | 514 | 122 | 54 |
| Binary | 11001011 | 10100 | 1101001 | 0 | 1011010 | 110000 | 10100 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CB1469
Complementary color
Monochromatic Colors of #CB1469
Black with #CB1469
Text Example
Text Example
White with #CB1469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1469; }
p { color: rgb(203,20,105); }
H1.HeaderClassName
{
color: #CB1469;
}
.AnyTagClassName
{
color: #CB1469;
}
</style>
background-color css
<style>
a { background-color: #CB1469; }
a { background-color: rgb(203,20,105); }
div.DivClassName
{
background-color: #CB1469;
}
.BgClassName
{
background-color: #CB1469;
}
</style>
border-color css
<style>
span { border-color: #CB1469; }
span { border-color: rgb(203,20,105); }
td.TdClassName
{
border-color: #CB1469;
}
.TagClassName
{
border-color: #CB1469;
}
</style>