Shades of Ruby #CB0462
Tints of Ruby #CB0462
RGB
CMYK
RGB Variations
Color information
#CB0462 (or 0xCB0462) is known color: Ruby. HEX triplet: CB, 04 and 62. RGB value is (203,4,98). Sum of RGB (Red+Green+Blue) = 203+4+98=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0462 is #34FB9D. Grayscale: #4A4A4A. Windows color (decimal): -3472286 or 6423755. OLE color: 6423755.
HSL color Cylindrical-coordinate representation of color #CB0462: hue angle of 331.66º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0462 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.20 |
| HSL | 331.66º | 0.96% | 0.41% | - |
| HSV(B) | 331.66º | 0.98% | 0.8% | - |
| XYZ | 26.88 | 13.67 | 12.78 | - |
| YUV | 74.22 | 141.43 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 98 | 0 | 0.98 | 0.52 | 0.20 | 331.66 | 0.96 | 0.41 |
| Hex | CB | 4 | 62 | 0 | 62 | 34 | 14 | 14C | 60 | 29 |
| Octal | 313 | 4 | 142 | 0 | 142 | 64 | 24 | 514 | 140 | 51 |
| Binary | 11001011 | 100 | 1100010 | 0 | 1100010 | 110100 | 10100 | 101001100 | 1100000 | 101001 |
Color Harmonies of #CB0462
Complementary color
Monochromatic Colors of #CB0462
Black with #CB0462
Text Example
Text Example
White with #CB0462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0462; }
p { color: rgb(203,4,98); }
H1.HeaderClassName
{
color: #CB0462;
}
.AnyTagClassName
{
color: #CB0462;
}
</style>
background-color css
<style>
a { background-color: #CB0462; }
a { background-color: rgb(203,4,98); }
div.DivClassName
{
background-color: #CB0462;
}
.BgClassName
{
background-color: #CB0462;
}
</style>
border-color css
<style>
span { border-color: #CB0462; }
span { border-color: rgb(203,4,98); }
td.TdClassName
{
border-color: #CB0462;
}
.TagClassName
{
border-color: #CB0462;
}
</style>