Shades of Ruby #CC186A
Tints of Ruby #CC186A
RGB
CMYK
RGB Variations
Color information
#CC186A (or 0xCC186A) is known color: Ruby. HEX triplet: CC, 18 and 6A. RGB value is (204,24,106). Sum of RGB (Red+Green+Blue) = 204+24+106=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC186A is #33E795. Grayscale: #575757. Windows color (decimal): -3401622 or 6953164. OLE color: 6953164.
HSL color Cylindrical-coordinate representation of color #CC186A: hue angle of 332.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 #CC186A is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.2 |
| HSL | 332.67º | 0.79% | 0.45% | - |
| HSV(B) | 332.67º | 0.88% | 0.8% | - |
| XYZ | 27.83 | 14.53 | 14.97 | - |
| YUV | 87.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 106 | 0 | 0.88 | 0.48 | 0.2 | 332.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 6A | 0 | 58 | 30 | 14 | 14D | 4F | 2D |
| Octal | 314 | 30 | 152 | 0 | 130 | 60 | 24 | 515 | 117 | 55 |
| Binary | 11001100 | 11000 | 1101010 | 0 | 1011000 | 110000 | 10100 | 101001101 | 1001111 | 101101 |
Color Harmonies of #CC186A
Complementary color
Monochromatic Colors of #CC186A
Black with #CC186A
Text Example
Text Example
White with #CC186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC186A; }
p { color: rgb(204,24,106); }
H1.HeaderClassName
{
color: #CC186A;
}
.AnyTagClassName
{
color: #CC186A;
}
</style>
background-color css
<style>
a { background-color: #CC186A; }
a { background-color: rgb(204,24,106); }
div.DivClassName
{
background-color: #CC186A;
}
.BgClassName
{
background-color: #CC186A;
}
</style>
border-color css
<style>
span { border-color: #CC186A; }
span { border-color: rgb(204,24,106); }
td.TdClassName
{
border-color: #CC186A;
}
.TagClassName
{
border-color: #CC186A;
}
</style>