Shades of Ruby #CA036B
Tints of Ruby #CA036B
RGB
CMYK
RGB Variations
Color information
#CA036B (or 0xCA036B) is known color: Ruby. HEX triplet: CA, 03 and 6B. RGB value is (202,3,107). Sum of RGB (Red+Green+Blue) = 202+3+107=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA036B is #35FC94. Grayscale: #4A4A4A. Windows color (decimal): -3538069 or 7013322. OLE color: 7013322.
HSL color Cylindrical-coordinate representation of color #CA036B: hue angle of 328.64º degrees, saturation: 0.97, 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 #CA036B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.21 |
| HSL | 328.64º | 0.97% | 0.4% | - |
| HSV(B) | 328.64º | 0.99% | 0.79% | - |
| XYZ | 27.04 | 13.68 | 15.13 | - |
| YUV | 74.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 107 | 0 | 0.99 | 0.47 | 0.21 | 328.64 | 0.97 | 0.4 |
| Hex | CA | 3 | 6B | 0 | 63 | 2F | 15 | 149 | 61 | 28 |
| Octal | 312 | 3 | 153 | 0 | 143 | 57 | 25 | 511 | 141 | 50 |
| Binary | 11001010 | 11 | 1101011 | 0 | 1100011 | 101111 | 10101 | 101001001 | 1100001 | 101000 |
Color Harmonies of #CA036B
Complementary color
Monochromatic Colors of #CA036B
Black with #CA036B
Text Example
Text Example
White with #CA036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA036B; }
p { color: rgb(202,3,107); }
H1.HeaderClassName
{
color: #CA036B;
}
.AnyTagClassName
{
color: #CA036B;
}
</style>
background-color css
<style>
a { background-color: #CA036B; }
a { background-color: rgb(202,3,107); }
div.DivClassName
{
background-color: #CA036B;
}
.BgClassName
{
background-color: #CA036B;
}
</style>
border-color css
<style>
span { border-color: #CA036B; }
span { border-color: rgb(202,3,107); }
td.TdClassName
{
border-color: #CA036B;
}
.TagClassName
{
border-color: #CA036B;
}
</style>