Shades of Ruby #CA206C
Tints of Ruby #CA206C
RGB
CMYK
RGB Variations
Color information
#CA206C (or 0xCA206C) is known color: Ruby. HEX triplet: CA, 20 and 6C. RGB value is (202,32,108). Sum of RGB (Red+Green+Blue) = 202+32+108=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA206C is #35DF93. Grayscale: #5B5B5B. Windows color (decimal): -3530644 or 7086282. OLE color: 7086282.
HSL color Cylindrical-coordinate representation of color #CA206C: hue angle of 333.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA206C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 108 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.21 |
| HSL | 333.18º | 0.73% | 0.46% | - |
| HSV(B) | 333.18º | 0.84% | 0.79% | - |
| XYZ | 27.58 | 14.67 | 15.57 | - |
| YUV | 91.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 108 | 0 | 0.84 | 0.47 | 0.21 | 333.18 | 0.73 | 0.46 |
| Hex | CA | 20 | 6C | 0 | 54 | 2F | 15 | 14D | 49 | 2E |
| Octal | 312 | 40 | 154 | 0 | 124 | 57 | 25 | 515 | 111 | 56 |
| Binary | 11001010 | 100000 | 1101100 | 0 | 1010100 | 101111 | 10101 | 101001101 | 1001001 | 101110 |
Color Harmonies of #CA206C
Complementary color
Monochromatic Colors of #CA206C
Black with #CA206C
Text Example
Text Example
White with #CA206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA206C; }
p { color: rgb(202,32,108); }
H1.HeaderClassName
{
color: #CA206C;
}
.AnyTagClassName
{
color: #CA206C;
}
</style>
background-color css
<style>
a { background-color: #CA206C; }
a { background-color: rgb(202,32,108); }
div.DivClassName
{
background-color: #CA206C;
}
.BgClassName
{
background-color: #CA206C;
}
</style>
border-color css
<style>
span { border-color: #CA206C; }
span { border-color: rgb(202,32,108); }
td.TdClassName
{
border-color: #CA206C;
}
.TagClassName
{
border-color: #CA206C;
}
</style>