Shades of Ruby #CD065D
Tints of Ruby #CD065D
RGB
CMYK
RGB Variations
Color information
#CD065D (or 0xCD065D) is known color: Ruby. HEX triplet: CD, 06 and 5D. RGB value is (205,6,93). Sum of RGB (Red+Green+Blue) = 205+6+93=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD065D is #32F9A2. Grayscale: #4B4B4B. Windows color (decimal): -3340707 or 6096589. OLE color: 6096589.
HSL color Cylindrical-coordinate representation of color #CD065D: hue angle of 333.77º 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 #CD065D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.20 |
| HSL | 333.77º | 0.94% | 0.41% | - |
| HSV(B) | 333.77º | 0.97% | 0.8% | - |
| XYZ | 27.22 | 13.9 | 11.6 | - |
| YUV | 75.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 93 | 0 | 0.97 | 0.55 | 0.20 | 333.77 | 0.94 | 0.41 |
| Hex | CD | 6 | 5D | 0 | 61 | 37 | 14 | 14E | 5E | 29 |
| Octal | 315 | 6 | 135 | 0 | 141 | 67 | 24 | 516 | 136 | 51 |
| Binary | 11001101 | 110 | 1011101 | 0 | 1100001 | 110111 | 10100 | 101001110 | 1011110 | 101001 |
Color Harmonies of #CD065D
Complementary color
Monochromatic Colors of #CD065D
Black with #CD065D
Text Example
Text Example
White with #CD065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD065D; }
p { color: rgb(205,6,93); }
H1.HeaderClassName
{
color: #CD065D;
}
.AnyTagClassName
{
color: #CD065D;
}
</style>
background-color css
<style>
a { background-color: #CD065D; }
a { background-color: rgb(205,6,93); }
div.DivClassName
{
background-color: #CD065D;
}
.BgClassName
{
background-color: #CD065D;
}
</style>
border-color css
<style>
span { border-color: #CD065D; }
span { border-color: rgb(205,6,93); }
td.TdClassName
{
border-color: #CD065D;
}
.TagClassName
{
border-color: #CD065D;
}
</style>