Shades of Ruby #CC0C6B
Tints of Ruby #CC0C6B
RGB
CMYK
RGB Variations
Color information
#CC0C6B (or 0xCC0C6B) is known color: Ruby. HEX triplet: CC, 0C and 6B. RGB value is (204,12,107). Sum of RGB (Red+Green+Blue) = 204+12+107=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C6B is #33F394. Grayscale: #505050. Windows color (decimal): -3404693 or 7015628. OLE color: 7015628.
HSL color Cylindrical-coordinate representation of color #CC0C6B: hue angle of 330.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C6B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 107 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.2 |
| HSL | 330.31º | 0.89% | 0.42% | - |
| HSV(B) | 330.31º | 0.94% | 0.8% | - |
| XYZ | 27.69 | 14.16 | 15.18 | - |
| YUV | 80.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 107 | 0 | 0.94 | 0.48 | 0.2 | 330.31 | 0.89 | 0.42 |
| Hex | CC | C | 6B | 0 | 5E | 30 | 14 | 14A | 59 | 2A |
| Octal | 314 | 14 | 153 | 0 | 136 | 60 | 24 | 512 | 131 | 52 |
| Binary | 11001100 | 1100 | 1101011 | 0 | 1011110 | 110000 | 10100 | 101001010 | 1011001 | 101010 |
Color Harmonies of #CC0C6B
Complementary color
Monochromatic Colors of #CC0C6B
Black with #CC0C6B
Text Example
Text Example
White with #CC0C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C6B; }
p { color: rgb(204,12,107); }
H1.HeaderClassName
{
color: #CC0C6B;
}
.AnyTagClassName
{
color: #CC0C6B;
}
</style>
background-color css
<style>
a { background-color: #CC0C6B; }
a { background-color: rgb(204,12,107); }
div.DivClassName
{
background-color: #CC0C6B;
}
.BgClassName
{
background-color: #CC0C6B;
}
</style>
border-color css
<style>
span { border-color: #CC0C6B; }
span { border-color: rgb(204,12,107); }
td.TdClassName
{
border-color: #CC0C6B;
}
.TagClassName
{
border-color: #CC0C6B;
}
</style>