Shades of Ruby #CD0067
Tints of Ruby #CD0067
RGB
CMYK
RGB Variations
Color information
#CD0067 (or 0xCD0067) is known color: Ruby. HEX triplet: CD, 00 and 67. RGB value is (205,0,103). Sum of RGB (Red+Green+Blue) = 205+0+103=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0067 is #32FF98. Grayscale: #484848. Windows color (decimal): -3342233 or 6750413. OLE color: 6750413.
HSL color Cylindrical-coordinate representation of color #CD0067: hue angle of 329.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0067 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.50 | 0.20 |
| HSL | 329.85º | 1% | 0.4% | - |
| HSV(B) | 329.85º | 1% | 0.8% | - |
| XYZ | 27.63 | 13.96 | 14.07 | - |
| YUV | 73.04 | 144.92 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 103 | 0 | 1 | 0.50 | 0.20 | 329.85 | 1 | 0.4 |
| Hex | CD | 0 | 67 | 0 | 64 | 32 | 14 | 14A | 64 | 28 |
| Octal | 315 | 0 | 147 | 0 | 144 | 62 | 24 | 512 | 144 | 50 |
| Binary | 11001101 | 0 | 1100111 | 0 | 1100100 | 110010 | 10100 | 101001010 | 1100100 | 101000 |
Color Harmonies of #CD0067
Complementary color
Monochromatic Colors of #CD0067
Black with #CD0067
Text Example
Text Example
White with #CD0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0067; }
p { color: rgb(205,0,103); }
H1.HeaderClassName
{
color: #CD0067;
}
.AnyTagClassName
{
color: #CD0067;
}
</style>
background-color css
<style>
a { background-color: #CD0067; }
a { background-color: rgb(205,0,103); }
div.DivClassName
{
background-color: #CD0067;
}
.BgClassName
{
background-color: #CD0067;
}
</style>
border-color css
<style>
span { border-color: #CD0067; }
span { border-color: rgb(205,0,103); }
td.TdClassName
{
border-color: #CD0067;
}
.TagClassName
{
border-color: #CD0067;
}
</style>