Shades of Ruby #CA0967
Tints of Ruby #CA0967
RGB
CMYK
RGB Variations
Color information
#CA0967 (or 0xCA0967) is known color: Ruby. HEX triplet: CA, 09 and 67. RGB value is (202,9,103). Sum of RGB (Red+Green+Blue) = 202+9+103=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0967 is #35F698. Grayscale: #4D4D4D. Windows color (decimal): -3536537 or 6752714. OLE color: 6752714.
HSL color Cylindrical-coordinate representation of color #CA0967: hue angle of 330.78º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0967 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.21 |
| HSL | 330.78º | 0.91% | 0.41% | - |
| HSV(B) | 330.78º | 0.96% | 0.79% | - |
| XYZ | 26.9 | 13.73 | 14.06 | - |
| YUV | 77.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 103 | 0 | 0.96 | 0.49 | 0.21 | 330.78 | 0.91 | 0.41 |
| Hex | CA | 9 | 67 | 0 | 60 | 31 | 15 | 14B | 5B | 29 |
| Octal | 312 | 11 | 147 | 0 | 140 | 61 | 25 | 513 | 133 | 51 |
| Binary | 11001010 | 1001 | 1100111 | 0 | 1100000 | 110001 | 10101 | 101001011 | 1011011 | 101001 |
Color Harmonies of #CA0967
Complementary color
Monochromatic Colors of #CA0967
Black with #CA0967
Text Example
Text Example
White with #CA0967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0967; }
p { color: rgb(202,9,103); }
H1.HeaderClassName
{
color: #CA0967;
}
.AnyTagClassName
{
color: #CA0967;
}
</style>
background-color css
<style>
a { background-color: #CA0967; }
a { background-color: rgb(202,9,103); }
div.DivClassName
{
background-color: #CA0967;
}
.BgClassName
{
background-color: #CA0967;
}
</style>
border-color css
<style>
span { border-color: #CA0967; }
span { border-color: rgb(202,9,103); }
td.TdClassName
{
border-color: #CA0967;
}
.TagClassName
{
border-color: #CA0967;
}
</style>