Shades of Ruby #CB146C
Tints of Ruby #CB146C
RGB
CMYK
RGB Variations
Color information
#CB146C (or 0xCB146C) is known color: Ruby. HEX triplet: CB, 14 and 6C. RGB value is (203,20,108). Sum of RGB (Red+Green+Blue) = 203+20+108=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB146C is #34EB93. Grayscale: #545454. Windows color (decimal): -3468180 or 7083211. OLE color: 7083211.
HSL color Cylindrical-coordinate representation of color #CB146C: hue angle of 331.15º 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 #CB146C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 108 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.20 |
| HSL | 331.15º | 0.82% | 0.44% | - |
| HSV(B) | 331.15º | 0.9% | 0.8% | - |
| XYZ | 27.59 | 14.28 | 15.49 | - |
| YUV | 84.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 108 | 0 | 0.90 | 0.47 | 0.20 | 331.15 | 0.82 | 0.44 |
| Hex | CB | 14 | 6C | 0 | 5A | 2F | 14 | 14B | 52 | 2C |
| Octal | 313 | 24 | 154 | 0 | 132 | 57 | 24 | 513 | 122 | 54 |
| Binary | 11001011 | 10100 | 1101100 | 0 | 1011010 | 101111 | 10100 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CB146C
Complementary color
Monochromatic Colors of #CB146C
Black with #CB146C
Text Example
Text Example
White with #CB146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB146C; }
p { color: rgb(203,20,108); }
H1.HeaderClassName
{
color: #CB146C;
}
.AnyTagClassName
{
color: #CB146C;
}
</style>
background-color css
<style>
a { background-color: #CB146C; }
a { background-color: rgb(203,20,108); }
div.DivClassName
{
background-color: #CB146C;
}
.BgClassName
{
background-color: #CB146C;
}
</style>
border-color css
<style>
span { border-color: #CB146C; }
span { border-color: rgb(203,20,108); }
td.TdClassName
{
border-color: #CB146C;
}
.TagClassName
{
border-color: #CB146C;
}
</style>