Shades of Ruby #CC0D68
Tints of Ruby #CC0D68
RGB
CMYK
RGB Variations
Color information
#CC0D68 (or 0xCC0D68) is known color: Ruby. HEX triplet: CC, 0D and 68. RGB value is (204,13,104). Sum of RGB (Red+Green+Blue) = 204+13+104=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D68 is #33F297. Grayscale: #505050. Windows color (decimal): -3404440 or 6819276. OLE color: 6819276.
HSL color Cylindrical-coordinate representation of color #CC0D68: hue angle of 331.41º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D68 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 104 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.2 |
| HSL | 331.41º | 0.88% | 0.43% | - |
| HSV(B) | 331.41º | 0.94% | 0.8% | - |
| XYZ | 27.54 | 14.12 | 14.37 | - |
| YUV | 80.48 | 141.28 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 104 | 0 | 0.94 | 0.49 | 0.2 | 331.41 | 0.88 | 0.43 |
| Hex | CC | D | 68 | 0 | 5E | 31 | 14 | 14B | 58 | 2B |
| Octal | 314 | 15 | 150 | 0 | 136 | 61 | 24 | 513 | 130 | 53 |
| Binary | 11001100 | 1101 | 1101000 | 0 | 1011110 | 110001 | 10100 | 101001011 | 1011000 | 101011 |
Color Harmonies of #CC0D68
Complementary color
Monochromatic Colors of #CC0D68
Black with #CC0D68
Text Example
Text Example
White with #CC0D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D68; }
p { color: rgb(204,13,104); }
H1.HeaderClassName
{
color: #CC0D68;
}
.AnyTagClassName
{
color: #CC0D68;
}
</style>
background-color css
<style>
a { background-color: #CC0D68; }
a { background-color: rgb(204,13,104); }
div.DivClassName
{
background-color: #CC0D68;
}
.BgClassName
{
background-color: #CC0D68;
}
</style>
border-color css
<style>
span { border-color: #CC0D68; }
span { border-color: rgb(204,13,104); }
td.TdClassName
{
border-color: #CC0D68;
}
.TagClassName
{
border-color: #CC0D68;
}
</style>