Shades of Ruby #CA1D67
Tints of Ruby #CA1D67
RGB
CMYK
RGB Variations
Color information
#CA1D67 (or 0xCA1D67) is known color: Ruby. HEX triplet: CA, 1D and 67. RGB value is (202,29,103). Sum of RGB (Red+Green+Blue) = 202+29+103=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D67 is #35E298. Grayscale: #595959. Windows color (decimal): -3531417 or 6757834. OLE color: 6757834.
HSL color Cylindrical-coordinate representation of color #CA1D67: hue angle of 334.34º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D67 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 103 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.21 |
| HSL | 334.34º | 0.75% | 0.45% | - |
| HSV(B) | 334.34º | 0.86% | 0.79% | - |
| XYZ | 27.24 | 14.41 | 14.18 | - |
| YUV | 89.16 | 135.81 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 103 | 0 | 0.86 | 0.49 | 0.21 | 334.34 | 0.75 | 0.45 |
| Hex | CA | 1D | 67 | 0 | 56 | 31 | 15 | 14E | 4B | 2D |
| Octal | 312 | 35 | 147 | 0 | 126 | 61 | 25 | 516 | 113 | 55 |
| Binary | 11001010 | 11101 | 1100111 | 0 | 1010110 | 110001 | 10101 | 101001110 | 1001011 | 101101 |
Color Harmonies of #CA1D67
Complementary color
Monochromatic Colors of #CA1D67
Black with #CA1D67
Text Example
Text Example
White with #CA1D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D67; }
p { color: rgb(202,29,103); }
H1.HeaderClassName
{
color: #CA1D67;
}
.AnyTagClassName
{
color: #CA1D67;
}
</style>
background-color css
<style>
a { background-color: #CA1D67; }
a { background-color: rgb(202,29,103); }
div.DivClassName
{
background-color: #CA1D67;
}
.BgClassName
{
background-color: #CA1D67;
}
</style>
border-color css
<style>
span { border-color: #CA1D67; }
span { border-color: rgb(202,29,103); }
td.TdClassName
{
border-color: #CA1D67;
}
.TagClassName
{
border-color: #CA1D67;
}
</style>