Shades of Ruby #CA0069
Tints of Ruby #CA0069
RGB
CMYK
RGB Variations
Color information
#CA0069 (or 0xCA0069) is known color: Ruby. HEX triplet: CA, 00 and 69. RGB value is (202,0,105). Sum of RGB (Red+Green+Blue) = 202+0+105=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0069 is #35FF96. Grayscale: #484848. Windows color (decimal): -3538839 or 6881482. OLE color: 6881482.
HSL color Cylindrical-coordinate representation of color #CA0069: hue angle of 328.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0069 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.48 | 0.21 |
| HSL | 328.81º | 1% | 0.4% | - |
| HSV(B) | 328.81º | 1% | 0.79% | - |
| XYZ | 26.91 | 13.58 | 14.57 | - |
| YUV | 72.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 105 | 0 | 1 | 0.48 | 0.21 | 328.81 | 1 | 0.4 |
| Hex | CA | 0 | 69 | 0 | 64 | 30 | 15 | 149 | 64 | 28 |
| Octal | 312 | 0 | 151 | 0 | 144 | 60 | 25 | 511 | 144 | 50 |
| Binary | 11001010 | 0 | 1101001 | 0 | 1100100 | 110000 | 10101 | 101001001 | 1100100 | 101000 |
Color Harmonies of #CA0069
Complementary color
Monochromatic Colors of #CA0069
Black with #CA0069
Text Example
Text Example
White with #CA0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0069; }
p { color: rgb(202,0,105); }
H1.HeaderClassName
{
color: #CA0069;
}
.AnyTagClassName
{
color: #CA0069;
}
</style>
background-color css
<style>
a { background-color: #CA0069; }
a { background-color: rgb(202,0,105); }
div.DivClassName
{
background-color: #CA0069;
}
.BgClassName
{
background-color: #CA0069;
}
</style>
border-color css
<style>
span { border-color: #CA0069; }
span { border-color: rgb(202,0,105); }
td.TdClassName
{
border-color: #CA0069;
}
.TagClassName
{
border-color: #CA0069;
}
</style>