Shades of Ruby #CB0967
Tints of Ruby #CB0967
RGB
CMYK
RGB Variations
Color information
#CB0967 (or 0xCB0967) is known color: Ruby. HEX triplet: CB, 09 and 67. RGB value is (203,9,103). Sum of RGB (Red+Green+Blue) = 203+9+103=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0967 is #34F698. Grayscale: #4D4D4D. Windows color (decimal): -3471001 or 6752715. OLE color: 6752715.
HSL color Cylindrical-coordinate representation of color #CB0967: hue angle of 330.93º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0967 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.20 |
| HSL | 330.93º | 0.92% | 0.42% | - |
| HSV(B) | 330.93º | 0.96% | 0.8% | - |
| XYZ | 27.17 | 13.87 | 14.08 | - |
| YUV | 77.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 103 | 0 | 0.96 | 0.49 | 0.20 | 330.93 | 0.92 | 0.42 |
| Hex | CB | 9 | 67 | 0 | 60 | 31 | 14 | 14B | 5C | 2A |
| Octal | 313 | 11 | 147 | 0 | 140 | 61 | 24 | 513 | 134 | 52 |
| Binary | 11001011 | 1001 | 1100111 | 0 | 1100000 | 110001 | 10100 | 101001011 | 1011100 | 101010 |
Color Harmonies of #CB0967
Complementary color
Monochromatic Colors of #CB0967
Black with #CB0967
Text Example
Text Example
White with #CB0967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0967; }
p { color: rgb(203,9,103); }
H1.HeaderClassName
{
color: #CB0967;
}
.AnyTagClassName
{
color: #CB0967;
}
</style>
background-color css
<style>
a { background-color: #CB0967; }
a { background-color: rgb(203,9,103); }
div.DivClassName
{
background-color: #CB0967;
}
.BgClassName
{
background-color: #CB0967;
}
</style>
border-color css
<style>
span { border-color: #CB0967; }
span { border-color: rgb(203,9,103); }
td.TdClassName
{
border-color: #CB0967;
}
.TagClassName
{
border-color: #CB0967;
}
</style>