Shades of Ruby #CA1269
Tints of Ruby #CA1269
RGB
CMYK
RGB Variations
Color information
#CA1269 (or 0xCA1269) is known color: Ruby. HEX triplet: CA, 12 and 69. RGB value is (202,18,105). Sum of RGB (Red+Green+Blue) = 202+18+105=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1269 is #35ED96. Grayscale: #525252. Windows color (decimal): -3534231 or 6886090. OLE color: 6886090.
HSL color Cylindrical-coordinate representation of color #CA1269: hue angle of 331.63º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1269 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 105 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.21 |
| HSL | 331.63º | 0.84% | 0.43% | - |
| HSV(B) | 331.63º | 0.91% | 0.79% | - |
| XYZ | 27.12 | 14.01 | 14.64 | - |
| YUV | 82.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 105 | 0 | 0.91 | 0.48 | 0.21 | 331.63 | 0.84 | 0.43 |
| Hex | CA | 12 | 69 | 0 | 5B | 30 | 15 | 14C | 54 | 2B |
| Octal | 312 | 22 | 151 | 0 | 133 | 60 | 25 | 514 | 124 | 53 |
| Binary | 11001010 | 10010 | 1101001 | 0 | 1011011 | 110000 | 10101 | 101001100 | 1010100 | 101011 |
Color Harmonies of #CA1269
Complementary color
Monochromatic Colors of #CA1269
Black with #CA1269
Text Example
Text Example
White with #CA1269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1269; }
p { color: rgb(202,18,105); }
H1.HeaderClassName
{
color: #CA1269;
}
.AnyTagClassName
{
color: #CA1269;
}
</style>
background-color css
<style>
a { background-color: #CA1269; }
a { background-color: rgb(202,18,105); }
div.DivClassName
{
background-color: #CA1269;
}
.BgClassName
{
background-color: #CA1269;
}
</style>
border-color css
<style>
span { border-color: #CA1269; }
span { border-color: rgb(202,18,105); }
td.TdClassName
{
border-color: #CA1269;
}
.TagClassName
{
border-color: #CA1269;
}
</style>