Shades of Ruby #CC146B
Tints of Ruby #CC146B
RGB
CMYK
RGB Variations
Color information
#CC146B (or 0xCC146B) is known color: Ruby. HEX triplet: CC, 14 and 6B. RGB value is (204,20,107). Sum of RGB (Red+Green+Blue) = 204+20+107=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC146B is #33EB94. Grayscale: #545454. Windows color (decimal): -3402645 or 7017676. OLE color: 7017676.
HSL color Cylindrical-coordinate representation of color #CC146B: hue angle of 331.63º 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 #CC146B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 107 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.2 |
| HSL | 331.63º | 0.82% | 0.44% | - |
| HSV(B) | 331.63º | 0.9% | 0.8% | - |
| XYZ | 27.81 | 14.4 | 15.22 | - |
| YUV | 84.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 107 | 0 | 0.90 | 0.48 | 0.2 | 331.63 | 0.82 | 0.44 |
| Hex | CC | 14 | 6B | 0 | 5A | 30 | 14 | 14C | 52 | 2C |
| Octal | 314 | 24 | 153 | 0 | 132 | 60 | 24 | 514 | 122 | 54 |
| Binary | 11001100 | 10100 | 1101011 | 0 | 1011010 | 110000 | 10100 | 101001100 | 1010010 | 101100 |
Color Harmonies of #CC146B
Complementary color
Monochromatic Colors of #CC146B
Black with #CC146B
Text Example
Text Example
White with #CC146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC146B; }
p { color: rgb(204,20,107); }
H1.HeaderClassName
{
color: #CC146B;
}
.AnyTagClassName
{
color: #CC146B;
}
</style>
background-color css
<style>
a { background-color: #CC146B; }
a { background-color: rgb(204,20,107); }
div.DivClassName
{
background-color: #CC146B;
}
.BgClassName
{
background-color: #CC146B;
}
</style>
border-color css
<style>
span { border-color: #CC146B; }
span { border-color: rgb(204,20,107); }
td.TdClassName
{
border-color: #CC146B;
}
.TagClassName
{
border-color: #CC146B;
}
</style>