Shades of Ruby #CB146B
Tints of Ruby #CB146B
RGB
CMYK
RGB Variations
Color information
#CB146B (or 0xCB146B) is known color: Ruby. HEX triplet: CB, 14 and 6B. RGB value is (203,20,107). Sum of RGB (Red+Green+Blue) = 203+20+107=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB146B is #34EB94. Grayscale: #545454. Windows color (decimal): -3468181 or 7017675. OLE color: 7017675.
HSL color Cylindrical-coordinate representation of color #CB146B: hue angle of 331.48º 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 #CB146B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 107 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.20 |
| HSL | 331.48º | 0.82% | 0.44% | - |
| HSV(B) | 331.48º | 0.9% | 0.8% | - |
| XYZ | 27.53 | 14.26 | 15.21 | - |
| YUV | 84.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 107 | 0 | 0.90 | 0.47 | 0.20 | 331.48 | 0.82 | 0.44 |
| Hex | CB | 14 | 6B | 0 | 5A | 2F | 14 | 14B | 52 | 2C |
| Octal | 313 | 24 | 153 | 0 | 132 | 57 | 24 | 513 | 122 | 54 |
| Binary | 11001011 | 10100 | 1101011 | 0 | 1011010 | 101111 | 10100 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CB146B
Complementary color
Monochromatic Colors of #CB146B
Black with #CB146B
Text Example
Text Example
White with #CB146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB146B; }
p { color: rgb(203,20,107); }
H1.HeaderClassName
{
color: #CB146B;
}
.AnyTagClassName
{
color: #CB146B;
}
</style>
background-color css
<style>
a { background-color: #CB146B; }
a { background-color: rgb(203,20,107); }
div.DivClassName
{
background-color: #CB146B;
}
.BgClassName
{
background-color: #CB146B;
}
</style>
border-color css
<style>
span { border-color: #CB146B; }
span { border-color: rgb(203,20,107); }
td.TdClassName
{
border-color: #CB146B;
}
.TagClassName
{
border-color: #CB146B;
}
</style>