Shades of Ruby #CA0268
Tints of Ruby #CA0268
RGB
CMYK
RGB Variations
Color information
#CA0268 (or 0xCA0268) is known color: Ruby. HEX triplet: CA, 02 and 68. RGB value is (202,2,104). Sum of RGB (Red+Green+Blue) = 202+2+104=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0268 is #35FD97. Grayscale: #494949. Windows color (decimal): -3538328 or 6816458. OLE color: 6816458.
HSL color Cylindrical-coordinate representation of color #CA0268: hue angle of 329.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0268 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.21 |
| HSL | 329.4º | 0.98% | 0.4% | - |
| HSV(B) | 329.4º | 0.99% | 0.79% | - |
| XYZ | 26.88 | 13.6 | 14.31 | - |
| YUV | 73.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 104 | 0 | 0.99 | 0.49 | 0.21 | 329.4 | 0.98 | 0.4 |
| Hex | CA | 2 | 68 | 0 | 63 | 31 | 15 | 149 | 62 | 28 |
| Octal | 312 | 2 | 150 | 0 | 143 | 61 | 25 | 511 | 142 | 50 |
| Binary | 11001010 | 10 | 1101000 | 0 | 1100011 | 110001 | 10101 | 101001001 | 1100010 | 101000 |
Color Harmonies of #CA0268
Complementary color
Monochromatic Colors of #CA0268
Black with #CA0268
Text Example
Text Example
White with #CA0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0268; }
p { color: rgb(202,2,104); }
H1.HeaderClassName
{
color: #CA0268;
}
.AnyTagClassName
{
color: #CA0268;
}
</style>
background-color css
<style>
a { background-color: #CA0268; }
a { background-color: rgb(202,2,104); }
div.DivClassName
{
background-color: #CA0268;
}
.BgClassName
{
background-color: #CA0268;
}
</style>
border-color css
<style>
span { border-color: #CA0268; }
span { border-color: rgb(202,2,104); }
td.TdClassName
{
border-color: #CA0268;
}
.TagClassName
{
border-color: #CA0268;
}
</style>