Shades of Ruby #CD145A
Tints of Ruby #CD145A
RGB
CMYK
RGB Variations
Color information
#CD145A (or 0xCD145A) is known color: Ruby. HEX triplet: CD, 14 and 5A. RGB value is (205,20,90). Sum of RGB (Red+Green+Blue) = 205+20+90=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD145A is #32EBA5. Grayscale: #535353. Windows color (decimal): -3337126 or 5903565. OLE color: 5903565.
HSL color Cylindrical-coordinate representation of color #CD145A: hue angle of 337.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD145A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 90 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.20 |
| HSL | 337.3º | 0.82% | 0.44% | - |
| HSV(B) | 337.3º | 0.9% | 0.8% | - |
| XYZ | 27.27 | 14.22 | 10.98 | - |
| YUV | 83.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 90 | 0 | 0.90 | 0.56 | 0.20 | 337.3 | 0.82 | 0.44 |
| Hex | CD | 14 | 5A | 0 | 5A | 38 | 14 | 151 | 52 | 2C |
| Octal | 315 | 24 | 132 | 0 | 132 | 70 | 24 | 521 | 122 | 54 |
| Binary | 11001101 | 10100 | 1011010 | 0 | 1011010 | 111000 | 10100 | 101010001 | 1010010 | 101100 |
Color Harmonies of #CD145A
Complementary color
Monochromatic Colors of #CD145A
Black with #CD145A
Text Example
Text Example
White with #CD145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD145A; }
p { color: rgb(205,20,90); }
H1.HeaderClassName
{
color: #CD145A;
}
.AnyTagClassName
{
color: #CD145A;
}
</style>
background-color css
<style>
a { background-color: #CD145A; }
a { background-color: rgb(205,20,90); }
div.DivClassName
{
background-color: #CD145A;
}
.BgClassName
{
background-color: #CD145A;
}
</style>
border-color css
<style>
span { border-color: #CD145A; }
span { border-color: rgb(205,20,90); }
td.TdClassName
{
border-color: #CD145A;
}
.TagClassName
{
border-color: #CD145A;
}
</style>