Shades of Ruby #CD065A
Tints of Ruby #CD065A
RGB
CMYK
RGB Variations
Color information
#CD065A (or 0xCD065A) is known color: Ruby. HEX triplet: CD, 06 and 5A. RGB value is (205,6,90). Sum of RGB (Red+Green+Blue) = 205+6+90=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD065A is #32F9A5. Grayscale: #4A4A4A. Windows color (decimal): -3340710 or 5899981. OLE color: 5899981.
HSL color Cylindrical-coordinate representation of color #CD065A: hue angle of 334.67º 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 #CD065A is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 90 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.20 |
| HSL | 334.67º | 0.94% | 0.41% | - |
| HSV(B) | 334.67º | 0.97% | 0.8% | - |
| XYZ | 27.09 | 13.85 | 10.92 | - |
| YUV | 75.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 90 | 0 | 0.97 | 0.56 | 0.20 | 334.67 | 0.94 | 0.41 |
| Hex | CD | 6 | 5A | 0 | 61 | 38 | 14 | 14F | 5E | 29 |
| Octal | 315 | 6 | 132 | 0 | 141 | 70 | 24 | 517 | 136 | 51 |
| Binary | 11001101 | 110 | 1011010 | 0 | 1100001 | 111000 | 10100 | 101001111 | 1011110 | 101001 |
Color Harmonies of #CD065A
Complementary color
Monochromatic Colors of #CD065A
Black with #CD065A
Text Example
Text Example
White with #CD065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD065A; }
p { color: rgb(205,6,90); }
H1.HeaderClassName
{
color: #CD065A;
}
.AnyTagClassName
{
color: #CD065A;
}
</style>
background-color css
<style>
a { background-color: #CD065A; }
a { background-color: rgb(205,6,90); }
div.DivClassName
{
background-color: #CD065A;
}
.BgClassName
{
background-color: #CD065A;
}
</style>
border-color css
<style>
span { border-color: #CD065A; }
span { border-color: rgb(205,6,90); }
td.TdClassName
{
border-color: #CD065A;
}
.TagClassName
{
border-color: #CD065A;
}
</style>