Shades of Ruby #CA156C
Tints of Ruby #CA156C
RGB
CMYK
RGB Variations
Color information
#CA156C (or 0xCA156C) is known color: Ruby. HEX triplet: CA, 15 and 6C. RGB value is (202,21,108). Sum of RGB (Red+Green+Blue) = 202+21+108=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA156C is #35EA93. Grayscale: #545454. Windows color (decimal): -3533460 or 7083466. OLE color: 7083466.
HSL color Cylindrical-coordinate representation of color #CA156C: hue angle of 331.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA156C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.21 |
| HSL | 331.16º | 0.81% | 0.44% | - |
| HSV(B) | 331.16º | 0.9% | 0.79% | - |
| XYZ | 27.33 | 14.18 | 15.48 | - |
| YUV | 85.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 108 | 0 | 0.90 | 0.47 | 0.21 | 331.16 | 0.81 | 0.44 |
| Hex | CA | 15 | 6C | 0 | 5A | 2F | 15 | 14B | 51 | 2C |
| Octal | 312 | 25 | 154 | 0 | 132 | 57 | 25 | 513 | 121 | 54 |
| Binary | 11001010 | 10101 | 1101100 | 0 | 1011010 | 101111 | 10101 | 101001011 | 1010001 | 101100 |
Color Harmonies of #CA156C
Complementary color
Monochromatic Colors of #CA156C
Black with #CA156C
Text Example
Text Example
White with #CA156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA156C; }
p { color: rgb(202,21,108); }
H1.HeaderClassName
{
color: #CA156C;
}
.AnyTagClassName
{
color: #CA156C;
}
</style>
background-color css
<style>
a { background-color: #CA156C; }
a { background-color: rgb(202,21,108); }
div.DivClassName
{
background-color: #CA156C;
}
.BgClassName
{
background-color: #CA156C;
}
</style>
border-color css
<style>
span { border-color: #CA156C; }
span { border-color: rgb(202,21,108); }
td.TdClassName
{
border-color: #CA156C;
}
.TagClassName
{
border-color: #CA156C;
}
</style>