Shades of Ruby #CB136B
Tints of Ruby #CB136B
RGB
CMYK
RGB Variations
Color information
#CB136B (or 0xCB136B) is known color: Ruby. HEX triplet: CB, 13 and 6B. RGB value is (203,19,107). Sum of RGB (Red+Green+Blue) = 203+19+107=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB136B is #34EC94. Grayscale: #535353. Windows color (decimal): -3468437 or 7017419. OLE color: 7017419.
HSL color Cylindrical-coordinate representation of color #CB136B: hue angle of 331.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB136B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.20 |
| HSL | 331.3º | 0.83% | 0.44% | - |
| HSV(B) | 331.3º | 0.91% | 0.8% | - |
| XYZ | 27.52 | 14.22 | 15.21 | - |
| YUV | 84.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 107 | 0 | 0.91 | 0.47 | 0.20 | 331.3 | 0.83 | 0.44 |
| Hex | CB | 13 | 6B | 0 | 5B | 2F | 14 | 14B | 53 | 2C |
| Octal | 313 | 23 | 153 | 0 | 133 | 57 | 24 | 513 | 123 | 54 |
| Binary | 11001011 | 10011 | 1101011 | 0 | 1011011 | 101111 | 10100 | 101001011 | 1010011 | 101100 |
Color Harmonies of #CB136B
Complementary color
Monochromatic Colors of #CB136B
Black with #CB136B
Text Example
Text Example
White with #CB136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB136B; }
p { color: rgb(203,19,107); }
H1.HeaderClassName
{
color: #CB136B;
}
.AnyTagClassName
{
color: #CB136B;
}
</style>
background-color css
<style>
a { background-color: #CB136B; }
a { background-color: rgb(203,19,107); }
div.DivClassName
{
background-color: #CB136B;
}
.BgClassName
{
background-color: #CB136B;
}
</style>
border-color css
<style>
span { border-color: #CB136B; }
span { border-color: rgb(203,19,107); }
td.TdClassName
{
border-color: #CB136B;
}
.TagClassName
{
border-color: #CB136B;
}
</style>