Shades of Ruby #CC186D
Tints of Ruby #CC186D
RGB
CMYK
RGB Variations
Color information
#CC186D (or 0xCC186D) is known color: Ruby. HEX triplet: CC, 18 and 6D. RGB value is (204,24,109). Sum of RGB (Red+Green+Blue) = 204+24+109=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC186D is #33E792. Grayscale: #575757. Windows color (decimal): -3401619 or 7149772. OLE color: 7149772.
HSL color Cylindrical-coordinate representation of color #CC186D: hue angle of 331.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC186D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 109 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.2 |
| HSL | 331.67º | 0.79% | 0.45% | - |
| HSV(B) | 331.67º | 0.88% | 0.8% | - |
| XYZ | 27.99 | 14.59 | 15.81 | - |
| YUV | 87.51 | 140.13 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 109 | 0 | 0.88 | 0.47 | 0.2 | 331.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 6D | 0 | 58 | 2F | 14 | 14C | 4F | 2D |
| Octal | 314 | 30 | 155 | 0 | 130 | 57 | 24 | 514 | 117 | 55 |
| Binary | 11001100 | 11000 | 1101101 | 0 | 1011000 | 101111 | 10100 | 101001100 | 1001111 | 101101 |
Color Harmonies of #CC186D
Complementary color
Monochromatic Colors of #CC186D
Black with #CC186D
Text Example
Text Example
White with #CC186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC186D; }
p { color: rgb(204,24,109); }
H1.HeaderClassName
{
color: #CC186D;
}
.AnyTagClassName
{
color: #CC186D;
}
</style>
background-color css
<style>
a { background-color: #CC186D; }
a { background-color: rgb(204,24,109); }
div.DivClassName
{
background-color: #CC186D;
}
.BgClassName
{
background-color: #CC186D;
}
</style>
border-color css
<style>
span { border-color: #CC186D; }
span { border-color: rgb(204,24,109); }
td.TdClassName
{
border-color: #CC186D;
}
.TagClassName
{
border-color: #CC186D;
}
</style>