Shades of Ruby #CB146A
Tints of Ruby #CB146A
RGB
CMYK
RGB Variations
Color information
#CB146A (or 0xCB146A) is known color: Ruby. HEX triplet: CB, 14 and 6A. RGB value is (203,20,106). Sum of RGB (Red+Green+Blue) = 203+20+106=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB146A is #34EB95. Grayscale: #545454. Windows color (decimal): -3468182 or 6952139. OLE color: 6952139.
HSL color Cylindrical-coordinate representation of color #CB146A: hue angle of 331.8º 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 #CB146A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 106 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.20 |
| HSL | 331.8º | 0.82% | 0.44% | - |
| HSV(B) | 331.8º | 0.9% | 0.8% | - |
| XYZ | 27.48 | 14.24 | 14.94 | - |
| YUV | 84.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 106 | 0 | 0.90 | 0.48 | 0.20 | 331.8 | 0.82 | 0.44 |
| Hex | CB | 14 | 6A | 0 | 5A | 30 | 14 | 14C | 52 | 2C |
| Octal | 313 | 24 | 152 | 0 | 132 | 60 | 24 | 514 | 122 | 54 |
| Binary | 11001011 | 10100 | 1101010 | 0 | 1011010 | 110000 | 10100 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CB146A
Complementary color
Monochromatic Colors of #CB146A
Black with #CB146A
Text Example
Text Example
White with #CB146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB146A; }
p { color: rgb(203,20,106); }
H1.HeaderClassName
{
color: #CB146A;
}
.AnyTagClassName
{
color: #CB146A;
}
</style>
background-color css
<style>
a { background-color: #CB146A; }
a { background-color: rgb(203,20,106); }
div.DivClassName
{
background-color: #CB146A;
}
.BgClassName
{
background-color: #CB146A;
}
</style>
border-color css
<style>
span { border-color: #CB146A; }
span { border-color: rgb(203,20,106); }
td.TdClassName
{
border-color: #CB146A;
}
.TagClassName
{
border-color: #CB146A;
}
</style>