Shades of Ruby #C60369
Tints of Ruby #C60369
RGB
CMYK
RGB Variations
Color information
#C60369 (or 0xC60369) is known color: Ruby. HEX triplet: C6, 03 and 69. RGB value is (198,3,105). Sum of RGB (Red+Green+Blue) = 198+3+105=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C60369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60369 is #39FC96. Grayscale: #484848. Windows color (decimal): -3800215 or 6882246. OLE color: 6882246.
HSL color Cylindrical-coordinate representation of color #C60369: hue angle of 328.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60369 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 105 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.22 |
| HSL | 328.62º | 0.97% | 0.39% | - |
| HSV(B) | 328.62º | 0.98% | 0.78% | - |
| XYZ | 25.87 | 13.09 | 14.53 | - |
| YUV | 72.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 105 | 0 | 0.98 | 0.47 | 0.22 | 328.62 | 0.97 | 0.39 |
| Hex | C6 | 3 | 69 | 0 | 62 | 2F | 16 | 149 | 61 | 27 |
| Octal | 306 | 3 | 151 | 0 | 142 | 57 | 26 | 511 | 141 | 47 |
| Binary | 11000110 | 11 | 1101001 | 0 | 1100010 | 101111 | 10110 | 101001001 | 1100001 | 100111 |
Color Harmonies of #C60369
Complementary color
Monochromatic Colors of #C60369
Black with #C60369
Text Example
Text Example
White with #C60369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60369; }
p { color: rgb(198,3,105); }
H1.HeaderClassName
{
color: #C60369;
}
.AnyTagClassName
{
color: #C60369;
}
</style>
background-color css
<style>
a { background-color: #C60369; }
a { background-color: rgb(198,3,105); }
div.DivClassName
{
background-color: #C60369;
}
.BgClassName
{
background-color: #C60369;
}
</style>
border-color css
<style>
span { border-color: #C60369; }
span { border-color: rgb(198,3,105); }
td.TdClassName
{
border-color: #C60369;
}
.TagClassName
{
border-color: #C60369;
}
</style>