Shades of Ruby #CA0867
Tints of Ruby #CA0867
RGB
CMYK
RGB Variations
Color information
#CA0867 (or 0xCA0867) is known color: Ruby. HEX triplet: CA, 08 and 67. RGB value is (202,8,103). Sum of RGB (Red+Green+Blue) = 202+8+103=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0867 is #35F798. Grayscale: #4C4C4C. Windows color (decimal): -3536793 or 6752458. OLE color: 6752458.
HSL color Cylindrical-coordinate representation of color #CA0867: hue angle of 330.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0867 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.21 |
| HSL | 330.62º | 0.92% | 0.41% | - |
| HSV(B) | 330.62º | 0.96% | 0.79% | - |
| XYZ | 26.89 | 13.71 | 14.06 | - |
| YUV | 76.84 | 142.77 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 103 | 0 | 0.96 | 0.49 | 0.21 | 330.62 | 0.92 | 0.41 |
| Hex | CA | 8 | 67 | 0 | 60 | 31 | 15 | 14B | 5C | 29 |
| Octal | 312 | 10 | 147 | 0 | 140 | 61 | 25 | 513 | 134 | 51 |
| Binary | 11001010 | 1000 | 1100111 | 0 | 1100000 | 110001 | 10101 | 101001011 | 1011100 | 101001 |
Color Harmonies of #CA0867
Complementary color
Monochromatic Colors of #CA0867
Black with #CA0867
Text Example
Text Example
White with #CA0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0867; }
p { color: rgb(202,8,103); }
H1.HeaderClassName
{
color: #CA0867;
}
.AnyTagClassName
{
color: #CA0867;
}
</style>
background-color css
<style>
a { background-color: #CA0867; }
a { background-color: rgb(202,8,103); }
div.DivClassName
{
background-color: #CA0867;
}
.BgClassName
{
background-color: #CA0867;
}
</style>
border-color css
<style>
span { border-color: #CA0867; }
span { border-color: rgb(202,8,103); }
td.TdClassName
{
border-color: #CA0867;
}
.TagClassName
{
border-color: #CA0867;
}
</style>