Shades of Ruby #CA1167
Tints of Ruby #CA1167
RGB
CMYK
RGB Variations
Color information
#CA1167 (or 0xCA1167) is known color: Ruby. HEX triplet: CA, 11 and 67. RGB value is (202,17,103). Sum of RGB (Red+Green+Blue) = 202+17+103=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1167 is #35EE98. Grayscale: #515151. Windows color (decimal): -3534489 or 6754762. OLE color: 6754762.
HSL color Cylindrical-coordinate representation of color #CA1167: hue angle of 332.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1167 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 103 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.21 |
| HSL | 332.11º | 0.84% | 0.43% | - |
| HSV(B) | 332.11º | 0.92% | 0.79% | - |
| XYZ | 27.01 | 13.94 | 14.1 | - |
| YUV | 82.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 103 | 0 | 0.92 | 0.49 | 0.21 | 332.11 | 0.84 | 0.43 |
| Hex | CA | 11 | 67 | 0 | 5C | 31 | 15 | 14C | 54 | 2B |
| Octal | 312 | 21 | 147 | 0 | 134 | 61 | 25 | 514 | 124 | 53 |
| Binary | 11001010 | 10001 | 1100111 | 0 | 1011100 | 110001 | 10101 | 101001100 | 1010100 | 101011 |
Color Harmonies of #CA1167
Complementary color
Monochromatic Colors of #CA1167
Black with #CA1167
Text Example
Text Example
White with #CA1167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1167; }
p { color: rgb(202,17,103); }
H1.HeaderClassName
{
color: #CA1167;
}
.AnyTagClassName
{
color: #CA1167;
}
</style>
background-color css
<style>
a { background-color: #CA1167; }
a { background-color: rgb(202,17,103); }
div.DivClassName
{
background-color: #CA1167;
}
.BgClassName
{
background-color: #CA1167;
}
</style>
border-color css
<style>
span { border-color: #CA1167; }
span { border-color: rgb(202,17,103); }
td.TdClassName
{
border-color: #CA1167;
}
.TagClassName
{
border-color: #CA1167;
}
</style>