Shades of Ruby #CA136B
Tints of Ruby #CA136B
RGB
CMYK
RGB Variations
Color information
#CA136B (or 0xCA136B) is known color: Ruby. HEX triplet: CA, 13 and 6B. RGB value is (202,19,107). Sum of RGB (Red+Green+Blue) = 202+19+107=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA136B is #35EC94. Grayscale: #535353. Windows color (decimal): -3533973 or 7017418. OLE color: 7017418.
HSL color Cylindrical-coordinate representation of color #CA136B: hue angle of 331.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA136B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.21 |
| HSL | 331.15º | 0.83% | 0.43% | - |
| HSV(B) | 331.15º | 0.91% | 0.79% | - |
| XYZ | 27.24 | 14.08 | 15.19 | - |
| YUV | 83.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 107 | 0 | 0.91 | 0.47 | 0.21 | 331.15 | 0.83 | 0.43 |
| Hex | CA | 13 | 6B | 0 | 5B | 2F | 15 | 14B | 53 | 2B |
| Octal | 312 | 23 | 153 | 0 | 133 | 57 | 25 | 513 | 123 | 53 |
| Binary | 11001010 | 10011 | 1101011 | 0 | 1011011 | 101111 | 10101 | 101001011 | 1010011 | 101011 |
Color Harmonies of #CA136B
Complementary color
Monochromatic Colors of #CA136B
Black with #CA136B
Text Example
Text Example
White with #CA136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA136B; }
p { color: rgb(202,19,107); }
H1.HeaderClassName
{
color: #CA136B;
}
.AnyTagClassName
{
color: #CA136B;
}
</style>
background-color css
<style>
a { background-color: #CA136B; }
a { background-color: rgb(202,19,107); }
div.DivClassName
{
background-color: #CA136B;
}
.BgClassName
{
background-color: #CA136B;
}
</style>
border-color css
<style>
span { border-color: #CA136B; }
span { border-color: rgb(202,19,107); }
td.TdClassName
{
border-color: #CA136B;
}
.TagClassName
{
border-color: #CA136B;
}
</style>