Shades of Ruby #CB0A66
Tints of Ruby #CB0A66
RGB
CMYK
RGB Variations
Color information
#CB0A66 (or 0xCB0A66) is known color: Ruby. HEX triplet: CB, 0A and 66. RGB value is (203,10,102). Sum of RGB (Red+Green+Blue) = 203+10+102=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0A66 is #34F599. Grayscale: #4E4E4E. Windows color (decimal): -3470746 or 6687435. OLE color: 6687435.
HSL color Cylindrical-coordinate representation of color #CB0A66: hue angle of 331.4º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A66 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 10 | 102 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.20 |
| HSL | 331.4º | 0.91% | 0.42% | - |
| HSV(B) | 331.4º | 0.95% | 0.8% | - |
| XYZ | 27.14 | 13.87 | 13.82 | - |
| YUV | 78.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 10 | 102 | 0 | 0.95 | 0.50 | 0.20 | 331.4 | 0.91 | 0.42 |
| Hex | CB | A | 66 | 0 | 5F | 32 | 14 | 14B | 5B | 2A |
| Octal | 313 | 12 | 146 | 0 | 137 | 62 | 24 | 513 | 133 | 52 |
| Binary | 11001011 | 1010 | 1100110 | 0 | 1011111 | 110010 | 10100 | 101001011 | 1011011 | 101010 |
Color Harmonies of #CB0A66
Complementary color
Monochromatic Colors of #CB0A66
Black with #CB0A66
Text Example
Text Example
White with #CB0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0A66; }
p { color: rgb(203,10,102); }
H1.HeaderClassName
{
color: #CB0A66;
}
.AnyTagClassName
{
color: #CB0A66;
}
</style>
background-color css
<style>
a { background-color: #CB0A66; }
a { background-color: rgb(203,10,102); }
div.DivClassName
{
background-color: #CB0A66;
}
.BgClassName
{
background-color: #CB0A66;
}
</style>
border-color css
<style>
span { border-color: #CB0A66; }
span { border-color: rgb(203,10,102); }
td.TdClassName
{
border-color: #CB0A66;
}
.TagClassName
{
border-color: #CB0A66;
}
</style>