Shades of Ruby #CC065D
Tints of Ruby #CC065D
RGB
CMYK
RGB Variations
Color information
#CC065D (or 0xCC065D) is known color: Ruby. HEX triplet: CC, 06 and 5D. RGB value is (204,6,93). Sum of RGB (Red+Green+Blue) = 204+6+93=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC065D is #33F9A2. Grayscale: #4A4A4A. Windows color (decimal): -3406243 or 6096588. OLE color: 6096588.
HSL color Cylindrical-coordinate representation of color #CC065D: hue angle of 333.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC065D is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.2 |
| HSL | 333.64º | 0.94% | 0.41% | - |
| HSV(B) | 333.64º | 0.97% | 0.8% | - |
| XYZ | 26.94 | 13.76 | 11.59 | - |
| YUV | 75.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 93 | 0 | 0.97 | 0.54 | 0.2 | 333.64 | 0.94 | 0.41 |
| Hex | CC | 6 | 5D | 0 | 61 | 36 | 14 | 14E | 5E | 29 |
| Octal | 314 | 6 | 135 | 0 | 141 | 66 | 24 | 516 | 136 | 51 |
| Binary | 11001100 | 110 | 1011101 | 0 | 1100001 | 110110 | 10100 | 101001110 | 1011110 | 101001 |
Color Harmonies of #CC065D
Complementary color
Monochromatic Colors of #CC065D
Black with #CC065D
Text Example
Text Example
White with #CC065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC065D; }
p { color: rgb(204,6,93); }
H1.HeaderClassName
{
color: #CC065D;
}
.AnyTagClassName
{
color: #CC065D;
}
</style>
background-color css
<style>
a { background-color: #CC065D; }
a { background-color: rgb(204,6,93); }
div.DivClassName
{
background-color: #CC065D;
}
.BgClassName
{
background-color: #CC065D;
}
</style>
border-color css
<style>
span { border-color: #CC065D; }
span { border-color: rgb(204,6,93); }
td.TdClassName
{
border-color: #CC065D;
}
.TagClassName
{
border-color: #CC065D;
}
</style>